Skip to content

Commit e84247f

Browse files
author
Ian Foote
committed
Delete unnecessary import
This doesn't do anything useful on python 2 and causes an ImportError on python 3: >>> import brotherprint Traceback (most recent call last): File "<stdin>", line 1, in <module> File "python-brotherprint/brotherprint/__init__.py", line 1, in <module> from brotherprint import BrotherPrint ImportError: cannot import name 'BrotherPrint
1 parent bb52083 commit e84247f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

brotherprint/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
from brotherprint import BrotherPrint

0 commit comments

Comments
 (0)