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 48b589a commit be05b65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions flake8_builtins.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from flake8 import utils as stdin_utils

import ast
import builtins
import inspect

from flake8 import utils as stdin_utils


class BuiltinsChecker:
name = 'flake8_builtins'
Expand Down
9 changes: 4 additions & 5 deletions run_tests.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import ast
import sys
import textwrap
from flake8_builtins import BuiltinsChecker
from unittest import mock

import ast
import pytest

from flake8_builtins import BuiltinsChecker
import sys
import textwrap


class FakeOptions:
Expand Down

0 comments on commit be05b65

Please sign in to comment.