cleanup: remove legacy coding directive & shebang

pull/1/head
radex 2023-09-19 17:18:02 +02:00
parent 33693311ae
commit 7796c3273a
3 changed files with 1 additions and 6 deletions

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import flask
import flask_wtf
import wtforms

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import flask_wtf
import wtforms

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import logging
import urllib
import functools