Skip to content

Commit f4f985a

Browse files
committed
lint cleanup
1 parent 083e397 commit f4f985a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/peakrdl/cmd/preprocess.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
from typing import TYPE_CHECKING
22

33
from systemrdl import RDLCompiler
4-
from systemrdl.component import Addrmap
54

65
from ..subcommand import Subcommand
76
from ..plugins.importer import get_importer_plugins
8-
from .. import process_input
97

108
if TYPE_CHECKING:
119
import argparse

test/pylint.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,5 +569,5 @@ preferred-modules=
569569

570570
# Exceptions that will emit a warning when being caught. Defaults to
571571
# "BaseException, Exception".
572-
overgeneral-exceptions=BaseException,
573-
Exception
572+
overgeneral-exceptions=builtins.BaseException,
573+
builtins.Exception

0 commit comments

Comments
 (0)