Commit e84247f
Ian Foote
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 'BrotherPrint1 parent bb52083 commit e84247f
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
0 commit comments