Skip to content

Commit

Permalink
Fix CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
1337-server committed Jun 27, 2022
1 parent e311aa3 commit f3a85b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm/ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
migrate = Migrate(app, db)

# Remove GET/page loads from logging
import logging # noqa: F402
import logging # noqa: E402,F811
logging.getLogger('werkzeug').setLevel(logging.ERROR)

0 comments on commit f3a85b4

Please sign in to comment.