Skip to content

Commit 067a388

Browse files
committed
Fixed isort and pydocstyle issues
1 parent 874bab8 commit 067a388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mod_ci/controllers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
from sqlalchemy.sql import label
2323
from sqlalchemy.sql.functions import count
2424
from werkzeug.utils import secure_filename
25-
from database import DeclEnum
2625

26+
from database import DeclEnum
2727
from decorators import get_menu_entries, template_renderer
2828
from mailer import Mailer
2929
from mod_auth.controllers import check_access_rights, login_required
@@ -56,7 +56,7 @@ class Status:
5656
FAILURE = "failure"
5757

5858
class Workflow_builds(DeclEnum):
59-
"""Define GitHub Action workflow build names"""
59+
"""Define GitHub Action workflow build names."""
6060

6161
LINUX = "Build CCExtractor on Linux"
6262
WINDOWS = "Build CCExtractor on Windows"

0 commit comments

Comments
 (0)