Skip to content

Commit

Permalink
Update on "Refactor violation diffing into separate function"
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
amyreese committed Oct 17, 2023
1 parent d33b7c7 commit 6ee9634
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/fixit/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from pathlib import Path
from typing import Any, Callable, Collection, Dict, List, Mapping, Sequence, Type, Union

from .engine import LintRunner, diff_violation
from .engine import diff_violation, LintRunner
from .ftypes import Config
from .rule import Invalid, LintRule, Valid

Expand Down
1 change: 0 additions & 1 deletion src/fixit/tests/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from pathlib import Path
from textwrap import dedent
from typing import Any, cast, Optional, Set
from unittest import TestCase

from libcst import (
Expand Down

0 comments on commit 6ee9634

Please sign in to comment.