Skip to content

Commit abe4ac4

Browse files
Fix linting error due to upgrade of flake8 (#863)
1 parent 14c255e commit abe4ac4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nmostesting/NMOSTesting.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,6 @@ class DataForm(Form):
464464
# Index page
465465
@core_app.route('/', methods=["GET", "POST"])
466466
def index_page():
467-
global CMD_ARGS
468467
form = DataForm(request.form)
469468
if request.method == "POST" and not core_app.config['TEST_ACTIVE']:
470469
if form.validate():

0 commit comments

Comments
 (0)