awacke1 commited on
Commit
2dc8576
·
1 Parent(s): c0b6de7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import streamlit as st
2
  import requests
3
- import github import asyncio
 
4
 
5
  async def main(): client = await github.GHClient()
6
 
 
1
  import streamlit as st
2
  import requests
3
+ import github
4
+ import asyncio
5
 
6
  async def main(): client = await github.GHClient()
7