Skip to content

Commit

Permalink
Add CoverityServerChecker to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JokeWaumans committed Jun 11, 2024
1 parent 08f2fb7 commit 8db703a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mlx/warnings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
'__version__',
'warnings_wrapper',
'WarningsConfigError',
'CoverityServerChecker',
]


Expand All @@ -23,3 +24,4 @@
from .robot_checker import RobotChecker, RobotSuiteChecker
from .warnings import WarningsPlugin, warnings_wrapper
from .warnings_checker import WarningsChecker
from .coverity_checker import CoverityServerChecker

0 comments on commit 8db703a

Please sign in to comment.