refactor: remove unnecessary imports in const.py

Cleaned up unused os imports in the configuration module to improve readability and reduce clutter. This change has no impact on functionality. No related issues.
This commit is contained in:
Kumi 2024-09-19 09:15:41 +02:00
parent 675f5195fe
commit 0a90c556d5
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -1,6 +1,3 @@
import os
class Config:
MEDIUM_API_URL = "https://medium.com/_/graphql"
GITHUB_API_URL = "https://api.github.com"