summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2019-05-06 18:57:50 +0200
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2019-05-06 18:57:50 +0200
commitaaed0dbb944d03ce9ddb4e50249f47ab3c34541c (patch)
tree65c0fb71b75dbf169634caad353a55556f322ff0
parent20caf26ff33ac1efbace74ef99d6f0f911720568 (diff)
downloadraven-aaed0dbb944d03ce9ddb4e50249f47ab3c34541c.tar.gz
fix: Linters
-rw-r--r--raven/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/raven/__init__.py b/raven/__init__.py
index 9a62064..d6d9347 100644
--- a/raven/__init__.py
+++ b/raven/__init__.py
@@ -10,7 +10,7 @@ from __future__ import absolute_import
import os
import os.path
-__all__ = ('VERSION', 'Client', 'get_version')
+__all__ = ('VERSION', 'Client', 'get_version') # noqa
VERSION = '6.10.0'