mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 05:43:06 +00:00
Fix invalid-name issues. (#909)
This commit is contained in:
@@ -39,7 +39,7 @@ if t.TYPE_CHECKING:
|
||||
DateFormatStr = t.Literal["human_readable", "openssh"]
|
||||
DateFormatInt = t.Literal["timestamp"]
|
||||
else:
|
||||
KeyType = None
|
||||
KeyType = None # pylint: disable=invalid-name
|
||||
|
||||
|
||||
# Protocol References
|
||||
|
||||
Reference in New Issue
Block a user