Skip to content

Commit

Permalink
test: fix two trivial flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 committed Jan 29, 2024
1 parent 5f979a2 commit 0cc13e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/test_origin_pattern.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
)

from typing import List
List # flake8

from test.test_base import TestBase

Expand Down
1 change: 1 addition & 0 deletions test/test_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
from test.test_base import TestBase

from typing import List
List # flake8


class MockCache(dict):
Expand Down

0 comments on commit 0cc13e8

Please sign in to comment.