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:
parent
675f5195fe
commit
0a90c556d5
1 changed files with 0 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
|||
import os
|
||||
|
||||
|
||||
class Config:
|
||||
MEDIUM_API_URL = "https://medium.com/_/graphql"
|
||||
GITHUB_API_URL = "https://api.github.com"
|
||||
|
|
Loading…
Reference in a new issue