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:
@@ -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.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user