mirror of
https://github.com/python-escpos/python-escpos
synced 2025-08-24 09:03:34 +00:00
reformat PEP8 and similar issues
This commit is contained in:
@@ -35,4 +35,4 @@ class TestCustomProfile:
|
||||
assert Profile(columns=10).get_columns('sdfasdf') == 10
|
||||
|
||||
def test_features(self):
|
||||
assert Profile(features={'foo': True}).supports('foo')
|
||||
assert Profile(features={'foo': True}).supports('foo')
|
||||
|
Reference in New Issue
Block a user