diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2015-12-08 16:30:53 -0800 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2015-12-08 16:30:53 -0800 |
| commit | 488e3740c904270226dcc40afbc78d134311c0ba (patch) | |
| tree | 653063575f612cb426f7312b9cf96ec8e9cf1f49 /run_module_examples.py | |
| parent | a78fb8a603c2fbafb61b39a6e0c6f0b1f4ca6474 (diff) | |
removed semicolon
Diffstat (limited to 'run_module_examples.py')
| -rw-r--r-- | run_module_examples.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_module_examples.py b/run_module_examples.py index 838934d..82d35ea 100644 --- a/run_module_examples.py +++ b/run_module_examples.py @@ -7,4 +7,4 @@ for cls in Pb.__subclasses__(): instance = cls.example_run() instance.file_s3move() print instance.file_dict() - instance.db_send(); + instance.db_send() |
