File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def get_token_colab( ENV_PATH=None):
99 drive .mount ('/content/drive' )
1010 if ENV_PATH is None :
1111 ENV_PATH = "/content/drive/MyDrive/secrets/github.env"
12- import os , requests
12+ import os
1313 from dotenv import load_dotenv
1414 # Load token from Drive .env
1515 loaded = load_dotenv (ENV_PATH , override = True )
@@ -21,7 +21,7 @@ def get_token_colab( ENV_PATH=None):
2121
2222def create_gist (username ,TOKEN ,verbose = 0 ):
2323 from github import Github , Auth , InputFileContent
24- import requests
24+ import os , requests
2525 filename = username + "-actions.txt"
2626 # (Optional) sanity check: see scopes returned by API headers
2727 resp = requests .get (
Original file line number Diff line number Diff line change 22
33setup (
44 name = "mec" ,
5- version = "0.219 " ,
5+ version = "0.220 " ,
66 authors = ["Alfred Galichon" ],
7788 licence = "" ,
You can’t perform that action at this time.
0 commit comments