Skip to content

Commit

Permalink
Fixed import error in line 6
Browse files Browse the repository at this point in the history
Line 6 was throwing an import error due to the wrong path.
  • Loading branch information
devansh-07 authored Dec 27, 2020
1 parent 43ff3b0 commit a75063e
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit a75063e

Please sign in to comment.