Skip to content

Commit

Permalink
fixed pep8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Shevchuk committed Dec 10, 2018
1 parent 92559ae commit eecf66d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion neupy/core/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from __future__ import print_function, unicode_literals

import sys
from contextlib import contextmanager

import tableprint
from tableprint.style import STYLES, TableStyle, LineStyle
Expand Down
1 change: 0 additions & 1 deletion tests/core/test_logging.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

import os
from collections import namedtuple

from neupy.core.logs import Verbose, TerminalLogger
Expand Down

0 comments on commit eecf66d

Please sign in to comment.