Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 8, 2024
1 parent 720f72d commit af213e8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/intro/checking_validity_of_a_pag.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@
from dodiscover.ci import Oracle
from dodiscover.constraint.utils import dummy_sample
except ImportError as e:
raise ImportError(
"The 'dodiscover' package is required to convert a MAG to a PAG."
)
raise ImportError("The 'dodiscover' package is required to convert a MAG to a PAG.")


# %%
# References
# ----------
# .. footbibliography::
# .. footbibliography::

0 comments on commit af213e8

Please sign in to comment.