1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

drop support for python 3.5

This commit is contained in:
Patrick Kanzler
2020-11-08 23:51:57 +01:00
parent ed8ec0788a
commit 1ad53eb642
3 changed files with 4 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ class BaseProfile(object):
return {v: k for k, v in self.codePages.items()}
def get_profile(name:str=None, **kwargs):
def get_profile(name: str=None, **kwargs):
"""Get the profile by name; if no name is given, return the
default profile.
"""