Skip to content

Commit 97326ec

Browse files
committed
linting
1 parent 693f128 commit 97326ec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_import.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
21
# As long as this file can be imported, we are good.
3-
from sentry_sdk import *
2+
from sentry_sdk import * # noqa: F403, F401
43

54

65
def test_import():
76
# As long as this file can be imported, we are good.
87
assert True
9-

0 commit comments

Comments
 (0)