add more code
[nmigen-type-annotations.git] / nmigen / hdl / dsl.pyi
index cb22701cf9fba644c808c8d123ee038a1a26bb5a..2806994e62c85bec8f36b6593e405056156f99ca 100644 (file)
@@ -1,6 +1,6 @@
+# noinspection PyProtectedMember
 from .ast import Statement, ValueOrLiteral, Signal
 from typing import Iterable, Union, Any, Mapping
-from contextlib import ContextDecorator
 
 __all__ = ["Module"]
 
@@ -50,6 +50,7 @@ class FSM:
         ...
 
 
+# noinspection PyPep8Naming
 class Module(_ModuleBuilderRoot):
     submodules: Any