Skip to content

Commit b2047b7

Browse files
committed
Fix import issues. Closes #7
1 parent 3bdec75 commit b2047b7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/info.plist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,10 @@
489489
<key>site_name</key>
490490
<string>Stack Overflow</string>
491491
</dict>
492+
<key>variablesdontexport</key>
493+
<array/>
492494
<key>version</key>
493-
<string>2.0.0</string>
495+
<string>2.0.1</string>
494496
<key>webaddress</key>
495497
<string>https://github.com/deanishe/alfred-stackoverflow</string>
496498
</dict>

src/so.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
from workflow import Workflow3, web, ICON_WARNING
2525
from workflow.background import run_in_background, is_running
2626

27-
from common import CLIENT_ID, CLIENT_KEY
28-
from util import asciify
29-
3027
USER_AGENT = 'Alfred-StackOverflow/{version} ({url})'
3128

3229
UPDATE_SETTINGS = {'github_slug': 'deanishe/alfred-stackoverflow'}

0 commit comments

Comments
 (0)