Atharva Thakur commited on
Commit
75e6639
1 Parent(s): 1d71dcb

Modules import error

Browse files
Files changed (1) hide show
  1. Testing/test_app.py +2 -2
Testing/test_app.py CHANGED
@@ -1,6 +1,6 @@
1
  from streamlit.testing.v1 import AppTest
2
- import sys
3
- sys.path.append("..")
4
 
5
  def test_smoke():
6
  """Basic smoke test"""
 
1
  from streamlit.testing.v1 import AppTest
2
+ # import sys
3
+ # sys.path.append("..")
4
 
5
  def test_smoke():
6
  """Basic smoke test"""