Update BadImport.py

This commit is contained in:
Shubhendra Singh Chauhan 2020-12-05 01:53:21 +05:30 committed by GitHub
parent 8f37457aa1
commit 9f48a54529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
from infection_monkey.utils.plugins.pluginTests.PluginTestClass import \
TestPlugin # noqa: F401
class SomeDummyPlugin: