Skip to content

Commit

Permalink
resolve pylint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jaitjacob committed Sep 15, 2024
1 parent a2adf81 commit 6aa1d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/coprs_frontend/coprs/logic/webhooks_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Module for Webhooks History related backend logic.
"""

from coprs import app, db, models
from coprs import db, models
class WebhooksLogic:
"""
Class to retrieve Webhook History records from database.
Expand Down

0 comments on commit 6aa1d5e

Please sign in to comment.