Skip to content

Commit 426c835

Browse files
committed
Ignore abstract-class-instantiated for sentry init
Resolves #284
1 parent 4c8394c commit 426c835

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packet/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
app.logger.info('OIDCAuth configured')
7979

8080
# Sentry
81+
# pylint: disable=abstract-class-instantiated
8182
sentry_sdk.init(
8283
dsn=app.config['SENTRY_DSN'],
8384
integrations=[FlaskIntegration(), SqlalchemyIntegration()]

0 commit comments

Comments
 (0)