Skip to content

Commit

Permalink
chore: isort
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Nov 2, 2023
1 parent b03fe6b commit 4d8bde1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions flake8_pep3101.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import ast

from flake8 import utils as stdin_utils

import ast


class Flake8Pep3101:
name = 'flake8_pep3101'
Expand Down
6 changes: 3 additions & 3 deletions run_tests.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from flake8_pep3101 import Flake8Pep3101
from unittest import mock

import ast
import textwrap
import unittest
from unittest import mock

from flake8_pep3101 import Flake8Pep3101


class NewTestFlake8Pep3101(unittest.TestCase):
Expand Down

0 comments on commit 4d8bde1

Please sign in to comment.