Update mythril/plugin/discovery.py

Co-Authored-By: JoranHonig <JoranHonig@users.noreply.github.com>
pull/1358/head
Nikhil Parasaram 5 years ago committed by GitHub
parent 94138828cd
commit 08f95cbb57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mythril/plugin/discovery.py

@ -2,7 +2,7 @@ import pkg_resources
from mythril.support.support_utils import Singleton
from mythril.plugin.interface import MythrilPlugin
from typing import List, Dict, Any
from typing import List, Dict, Any, Optional
class PluginDiscovery(object, metaclass=Singleton):

Loading…
Cancel
Save