Skip to content

Commit

Permalink
More PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
James Liu committed Jul 27, 2017
1 parent 340b041 commit 6d57c7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ async def fetch_news(self):
break
logging.info('News fetched!')


def _get_date(self, entry_date):
if 'win' in get_platform().lower():
logging.info(
Expand All @@ -240,7 +239,6 @@ def _get_date(self, entry_date):
else:
return format_date(entry_date)


def build_path(self, path, context=None):
if context is None:
context = self.context
Expand Down

0 comments on commit 6d57c7c

Please sign in to comment.