Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit aaed0db

Browse files
committed
fix: Linters
1 parent 20caf26 commit aaed0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raven/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import os
1111
import os.path
1212

13-
__all__ = ('VERSION', 'Client', 'get_version')
13+
__all__ = ('VERSION', 'Client', 'get_version') # noqa
1414

1515
VERSION = '6.10.0'
1616

0 commit comments

Comments
 (0)