Skip to content

Commit

Permalink
Added a redundant re import
Browse files Browse the repository at this point in the history
  • Loading branch information
madprogramer committed Sep 13, 2021
1 parent 183e767 commit efbcce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdrivac.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
try:
import requests, argparse, os, json, random, time, datetime
import requests, argparse, os, json, random, time, datetime, re
except:
print("Hmm... import error. Did you remember to run\n$pip install -r requirements.txt")

Expand Down

0 comments on commit efbcce9

Please sign in to comment.