fix import sorting

This commit is contained in:
Kenneth Kehl
2024-07-11 10:40:19 -07:00
parent 18333b9a67
commit df9efb38d4
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
import os
from flask import abort, has_request_context, request
from flask_login import current_user
from notifications_python_client import __version__