.
\ No newline at end of file
diff --git a/README.md b/README.md
index 5a168e5..52b6d9d 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
-[](https://github.com/pycook/cmdb/blob/master/LICENSE)
+[](https://github.com/pycook/cmdb/blob/master/LICENSE)
[](https://github.com/sendya/ant-design-pro-vue)
[](https://github.com/pallets/flask)
diff --git a/autoapp.py b/autoapp.py
index 9ff83cc..a447d1a 100644
--- a/autoapp.py
+++ b/autoapp.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
"""Create an application instance."""
+
from flask import g
from flask_login import current_user
diff --git a/celery_worker.py b/celery_worker.py
index 5692141..1cf002f 100644
--- a/celery_worker.py
+++ b/celery_worker.py
@@ -3,7 +3,8 @@
from api.app import create_app
from api.extensions import celery
-# celery worker -A celery_worker.celery -l DEBUG -E -Q xxxx
+# celery worker -A celery_worker.celery -l DEBUG -E -Q
+print(celery)
app = create_app()
app.app_context().push()
diff --git a/setup.cfg b/setup.cfg
index 97ac5d6..8dbd742 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,11 +1,11 @@
[flake8]
ignore = D401,D202,E226,E302,E41
-max-line-length=120
+max-line-length = 120
exclude = migrations/*
max-complexity = 10
[isort]
-line_length=88
-multi_line_output=3
-skip=migrations/*
-include_trailing_comma=true
+line_length = 88
+multi_line_output = 3
+skip = migrations/*
+include_trailing_comma = true
diff --git a/tests/__init__.py b/tests/__init__.py
index b0c2ab8..aeb77f4 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1 +1,2 @@
+# -*- coding: utf-8 -*-
"""Tests for the app."""