Skip to content

Commit

Permalink
Remove unused Flask import
Browse files Browse the repository at this point in the history
  • Loading branch information
ahdamin committed Aug 29, 2024
1 parent f7ccf98 commit 1321cc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cg/clients/freshdesk/freshdesk_client.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from http import HTTPStatus
from pathlib import Path

from flask import Flask
from requests import Session
from requests.adapters import HTTPAdapter
from urllib3 import Retry
Expand Down

0 comments on commit 1321cc0

Please sign in to comment.