Skip to content

Commit b26e447

Browse files
author
Paul V Craven
committed
Ignore linting error
1 parent 4c7df96 commit b26e447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testapp/application.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def on_track(_event_key, _user_id, _attributes, _event_tags, event):
7575
@app.before_request
7676
def before_request():
7777
global user_profile_service_instance
78-
global optimizely_instance
78+
global optimizely_instance # noqa: F824
7979

8080
user_profile_service_instance = None
8181
optimizely_instance = None

0 commit comments

Comments
 (0)