mirror of
https://github.com/romanz/amodem.git
synced 2026-04-20 04:56:25 +08:00
fix PEP8
This commit is contained in:
@@ -97,6 +97,7 @@ _identity_regexp = re.compile(''.join([
|
||||
'$'
|
||||
]))
|
||||
|
||||
|
||||
def _string_to_identity(s):
|
||||
m = _identity_regexp.match(s)
|
||||
result = m.groupdict()
|
||||
|
||||
Reference in New Issue
Block a user