Skip to content

Commit

Permalink
Merge pull request #42 from devansh-07/master
Browse files Browse the repository at this point in the history
Fixed Import Errors
  • Loading branch information
chishui authored Dec 29, 2020
2 parents f337e42 + a75063e commit 11e29a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion leetcode/views/home.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import json
import urwid
from .viewhelper import vim_key_map
from ..config import TAG_FILE
from ..helper.config import TAG_FILE


class ItemWidget(urwid.WidgetWrap):
Expand Down
2 changes: 1 addition & 1 deletion leetcode/views/loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from threading import Thread
import urwid
from .viewhelper import delay_refresh
from leetcode.model import EasyLock
from ..helper.model import EasyLock


class LoadingView(urwid.Frame):
Expand Down

0 comments on commit 11e29a6

Please sign in to comment.