mirror of
https://github.com/python-escpos/python-escpos
synced 2025-08-24 09:03:34 +00:00
improve type annotations in tests (#613)
This commit is contained in:
@@ -12,7 +12,7 @@ import escpos.escpos as escpos
|
||||
import escpos.printer as printer
|
||||
|
||||
|
||||
def test_with_statement():
|
||||
def test_with_statement() -> None:
|
||||
"""Use with statement
|
||||
|
||||
.. todo:: Extend these tests as they don't really do anything at the moment"""
|
||||
|
Reference in New Issue
Block a user