From 5d5940e3c342a78de6b16c29cdddb923275b1fa0 Mon Sep 17 00:00:00 2001 From: Hellebore Date: Mon, 2 Nov 2020 14:07:09 +0000 Subject: [PATCH 1/2] add imports --- gilded_rose_original.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gilded_rose_original.py b/gilded_rose_original.py index 4f21ea6..8553cf4 100644 --- a/gilded_rose_original.py +++ b/gilded_rose_original.py @@ -1,3 +1,19 @@ +from dataclasses import dataclass +import logging +from pathlib import Path +from typing import Dict, Iterable, List, NamedTuple, Set + +from lib.github.api import GitHubRepo +from lib.github.types import PullRequest +from sourcery.code.diff import parse_diff +from sourcery.code.file_ast import FileAST +from sourcery.code.file_utils import python_files +from sourcery.metrics.metric_report import file_metrics +from sourcery.metrics.types import WEIGHTED_METRIC_NAMES, MetricAggregate + +from .git import Git +from .types import QualityReport, QualityReporterResult, RefactorJob, Status + # -*- coding: utf-8 -*- class GildedRose(object): From e0090cf44a3c91a0b898b4583ea9136776608a2e Mon Sep 17 00:00:00 2001 From: Hellebore Date: Mon, 2 Nov 2020 14:37:36 +0000 Subject: [PATCH 2/2] add dummy file --- new | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 new diff --git a/new b/new new file mode 100644 index 0000000..e69de29