mirror of
https://github.com/jtesta/ssh-audit.git
synced 2025-09-01 01:18:31 +02:00
Fixed new pylint warnings.
This commit is contained in:
@ -54,7 +54,7 @@ class WriteBuf:
|
||||
return self.write(v)
|
||||
|
||||
def write_list(self, v: List[str]) -> 'WriteBuf':
|
||||
return self.write_string(u','.join(v))
|
||||
return self.write_string(','.join(v))
|
||||
|
||||
@classmethod
|
||||
def _bitlength(cls, n: int) -> int:
|
||||
|
Reference in New Issue
Block a user