Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 26, 2023
1 parent 4c1e170 commit 5c2380b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_scoped_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

import pytest

import astroid.nodes.scoped_nodes.scoped_nodes
from astroid import (
MANAGER,
builder,
Expand All @@ -43,7 +44,6 @@
ResolveError,
TooManyLevelsError,
)
import astroid.nodes.scoped_nodes.scoped_nodes
from astroid.nodes.scoped_nodes.scoped_nodes import _is_metaclass

from . import resources
Expand Down

0 comments on commit 5c2380b

Please sign in to comment.