Skip to content
Snippets Groups Projects

Resolve "Fix python warnings"

Merged Carl Schönfelder requested to merge 24-fix-python-warnings into dev
14 files
+ 84
61
Compare changes
  • Side-by-side
  • Inline
Files
14
+ 0
1
###
# Admin stuff placed here for later use
# No need to implement this before the application is somewhat done
# Only adding basic thigns like addning countries
###
from flask import Blueprint
Loading