Clean up imports

This commit is contained in:
Timotej Lazar 2023-01-26 16:22:05 +01:00
parent 3cf207047e
commit 539c6ef739
3 changed files with 1 additions and 8 deletions

View file

@ -7,8 +7,8 @@ import subprocess
import flask
import flask_login
from . import system
from . import db
from . import system
blueprint = flask.Blueprint('vpn', __name__, url_prefix='/vpn')
wgkey_regex = re.compile(r'^[A-Za-z0-9/+=]{44}$')