diff --git a/src/small/const.py b/src/small/const.py index 1aa2d06..5b84b69 100644 --- a/src/small/const.py +++ b/src/small/const.py @@ -1,6 +1,3 @@ -import os - - class Config: MEDIUM_API_URL = "https://medium.com/_/graphql" GITHUB_API_URL = "https://api.github.com"