Skip to content

Commit

Permalink
Fix import issues. Closes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
deanishe committed Sep 6, 2019
1 parent 3bdec75 commit b2047b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Binary file not shown.
4 changes: 3 additions & 1 deletion src/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,10 @@
<key>site_name</key>
<string>Stack Overflow</string>
</dict>
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>2.0.0</string>
<string>2.0.1</string>
<key>webaddress</key>
<string>https://github.com/deanishe/alfred-stackoverflow</string>
</dict>
Expand Down
3 changes: 0 additions & 3 deletions src/so.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
from workflow import Workflow3, web, ICON_WARNING
from workflow.background import run_in_background, is_running

from common import CLIENT_ID, CLIENT_KEY
from util import asciify

USER_AGENT = 'Alfred-StackOverflow/{version} ({url})'

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

0 comments on commit b2047b7

Please sign in to comment.