refactor: rename auth.py to gitea_auth.py and ignore env files
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ import argparse
|
||||
import urllib.request
|
||||
import urllib.error
|
||||
|
||||
from auth import get_credentials, resolve_remote, add_remote_args
|
||||
from gitea_auth import get_credentials, resolve_remote, add_remote_args
|
||||
|
||||
|
||||
def main(argv=None):
|
||||
|
||||
Reference in New Issue
Block a user