darkstorm2150 commited on
Commit
db9e609
·
1 Parent(s): b6aa9b3

Delete utils.py.old

Browse files
Files changed (1) hide show
  1. utils.py.old +0 -6
utils.py.old DELETED
@@ -1,6 +0,0 @@
1
- def is_google_colab():
2
- try:
3
- import google.colab
4
- return True
5
- except:
6
- return False