Skip to content

Commit ea2071e

Browse files
author
belldavidr
committed
some syntax cleanup
1 parent d7275a8 commit ea2071e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.env
2+
*.pyc

loremricksum.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python
2-
import os, json, io, tweepy, time, urllib2
2+
import os, json, io, time, urllib2
3+
import tweepy
34

45
CONSUMER_KEY = os.environ['CONSUMER_KEY']
56
CONSUMER_SECRET = os.environ['CONSUMER_SECRET']

0 commit comments

Comments
 (0)