mirror of
https://github.com/mandiant/capa.git
synced 2025-12-23 15:37:37 -08:00
pep8
This commit is contained in:
@@ -6,7 +6,6 @@ import tabulate
|
||||
import capa.render.utils as rutils
|
||||
|
||||
|
||||
|
||||
def width(s, character_count):
|
||||
"""pad the given string to at least `character_count`"""
|
||||
if len(s) < character_count:
|
||||
|
||||
Reference in New Issue
Block a user