fixed for flake8 compliance

This commit is contained in:
Gabe Muniz 2020-07-29 13:13:01 -04:00
parent 9b06fb1e6a
commit 0de900a021

View File

@ -22,4 +22,4 @@ class Command(BaseCommand):
print(f"Logging initiated with a threshold of {options['threshold']} second(s) and a duration of"
f" {options['minutes']} minute(s), any queries that meet criteria can"
f" be found in /var/log/tower/profile/."
)
)