Skip to content

Commit

Permalink
lint cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
amykyta3 committed Feb 11, 2023
1 parent 083e397 commit f4f985a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/peakrdl/cmd/preprocess.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
from typing import TYPE_CHECKING

from systemrdl import RDLCompiler
from systemrdl.component import Addrmap

from ..subcommand import Subcommand
from ..plugins.importer import get_importer_plugins
from .. import process_input

if TYPE_CHECKING:
import argparse
Expand Down
4 changes: 2 additions & 2 deletions test/pylint.rc
Original file line number Diff line number Diff line change
Expand Up @@ -569,5 +569,5 @@ preferred-modules=

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

0 comments on commit f4f985a

Please sign in to comment.