mirror of
https://github.com/systemd/systemd.git
synced 2025-02-25 21:57:32 +03:00
ukify: Fix typing error
This commit is contained in:
parent
a2aacbfad5
commit
d6047d9fb5
@ -467,7 +467,7 @@ class SignTool:
|
||||
raise NotImplementedError()
|
||||
|
||||
@staticmethod
|
||||
def from_string(name) -> type['SignTool']:
|
||||
def from_string(name: str) -> type['SignTool']:
|
||||
if name == 'pesign':
|
||||
return PeSign
|
||||
elif name == 'sbsign':
|
||||
|
Loading…
x
Reference in New Issue
Block a user