Skip to content

Commit 9972b96

Browse files
fix: remove logging debug
1 parent 9954dc2 commit 9972b96

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

auth.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
"""This is the module that contains functions related to authenticating to GitHub with a personal access token."""
22

3-
import logging
4-
import logging.config
5-
63
import github3
74
import requests
85

9-
logging.basicConfig(level=logging.DEBUG)
10-
116

127
def auth_to_github(
138
token: str,

0 commit comments

Comments
 (0)