Skip to content

Commit

Permalink
More post-rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsirbu committed Aug 19, 2024
1 parent b713b7c commit 47b0e90
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 28 deletions.
3 changes: 1 addition & 2 deletions pylint_nautobot/use_fields_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
from astroid import Assign, AssignName, ClassDef, Const
from pylint.checkers import BaseChecker

from .utils import find_meta
from .utils import is_version_compatible
from .utils import find_meta, is_version_compatible

_META_CLASSES = {
"nautobot.core.api.serializers.NautobotModelSerializer": ">=2",
Expand Down
13 changes: 0 additions & 13 deletions tests/inputs/use-fields-all/error_table.py

This file was deleted.

13 changes: 0 additions & 13 deletions tests/inputs/use-fields-all/good_table.py

This file was deleted.

0 comments on commit 47b0e90

Please sign in to comment.