Skip to content

Commit ad14e97

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cfba03b commit ad14e97

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

packit_dashboard/api/routes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from flask import Blueprint
77
from flask_cors import CORS
88

9-
109
logger = getLogger("packit_dashboard")
1110
api = Blueprint(
1211
"api",

packit_dashboard/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from flask import jsonify, Response as FlaskResponse
55
from requests import request, Response as RequestsResponse
66

7-
87
""" Common utility functions used in multiple files in the packit_dashboard package. """
98

109

tests/unit/test_views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"""
55
Let's test flask views.
66
"""
7+
78
import pytest
89
from packit_dashboard.app import app as application
910

0 commit comments

Comments
 (0)