Skip to content

Commit

Permalink
Merge pull request #680 from fomars/develop
Browse files Browse the repository at this point in the history
fix shootxec imports
  • Loading branch information
fomars committed Nov 19, 2018
2 parents b6afb74 + f51faeb commit e018755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yandextank/plugins/ShootExec/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
_OUTPUT_WAIT_TIMEOUT = 10 # Output files should be found after specified number of seconds


class Plugin(AbstractPlugin, GeneratorPlugin):
class Plugin(GeneratorPlugin):
"""Simple executor of shooting process with phantom compatible output"""

SECTION = 'shootexec'
Expand Down

0 comments on commit e018755

Please sign in to comment.