David Li Antonio Cheong commited on
Commit
b152408
·
unverified ·
1 Parent(s): ec02ffe

Update EdgeGPT.py (#108)

Browse files

Co-authored-by: Antonio Cheong <[email protected]>

Files changed (1) hide show
  1. src/EdgeGPT.py +1 -0
src/EdgeGPT.py CHANGED
@@ -1,6 +1,7 @@
1
  """
2
  Main.py
3
  """
 
4
  import argparse
5
  import asyncio
6
  import json
 
1
  """
2
  Main.py
3
  """
4
+ from __future__ import annotations
5
  import argparse
6
  import asyncio
7
  import json