tracinginsights commited on
Commit
cc670ae
·
1 Parent(s): 0495d99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ GITHUB_PAT = os.environ['GITHUB']
5
 
6
 
7
  Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/Charts.git', 'repo_directory' )
8
- import repo_directory
9
 
10
 
11
  #import pygit2
 
5
 
6
 
7
  Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/Charts.git', 'repo_directory' )
8
+ from repo_directory import *
9
 
10
 
11
  #import pygit2