We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083e397 commit f4f985aCopy full SHA for f4f985a
src/peakrdl/cmd/preprocess.py
@@ -1,11 +1,9 @@
1
from typing import TYPE_CHECKING
2
3
from systemrdl import RDLCompiler
4
-from systemrdl.component import Addrmap
5
6
from ..subcommand import Subcommand
7
from ..plugins.importer import get_importer_plugins
8
-from .. import process_input
9
10
if TYPE_CHECKING:
11
import argparse
test/pylint.rc
@@ -569,5 +569,5 @@ preferred-modules=
569
570
# Exceptions that will emit a warning when being caught. Defaults to
571
# "BaseException, Exception".
572
-overgeneral-exceptions=BaseException,
573
- Exception
+overgeneral-exceptions=builtins.BaseException,
+ builtins.Exception
0 commit comments