aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'yardstick/main.py')
-rwxr-xr-xyardstick/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/main.py b/yardstick/main.py
index 5d427beb8..5fc0c2e17 100755
--- a/yardstick/main.py
+++ b/yardstick/main.py
@@ -45,7 +45,7 @@ from yardstick.cmd.cli import YardstickCLI
def main():
- '''yardstick main'''
+ """yardstick main"""
YardstickCLI().main(sys.argv[1:])
if __name__ == '__main__':