nateraw commited on
Commit
9d93156
1 Parent(s): 8842b31

Update snowflaketest.py

Browse files
Files changed (1) hide show
  1. snowflaketest.py +1 -4
snowflaketest.py CHANGED
@@ -1,9 +1,6 @@
1
  """A dataset script that will hit Snowflake DB and return the results."""
2
 
3
- try:
4
- import snowflake.connector as connector
5
- except:
6
- ModuleNotFoundError("Please install snowflake connector: pip install snowflake-connector-python")
7
 
8
  import datasets
9
 
 
1
  """A dataset script that will hit Snowflake DB and return the results."""
2
 
3
+ import snowflake.connector as connector
 
 
 
4
 
5
  import datasets
6