Skip to content

Commit

Permalink
Update components/dash-table/tests/selenium/conftest.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Johnson <alex@plot.ly>
  • Loading branch information
graingert-coef and alexcjohnson authored Feb 8, 2024
1 parent a21e2d2 commit 1544377
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/dash-table/tests/selenium/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
from selenium.webdriver.support.wait import WebDriverWait


# @preconditions decorator, copied from the preconditions PyPI package
# https://pypi.org/project/preconditions/
# https://github.com/nejucomo/preconditions
# and modified to support Python 3.12


class PreconditionError(TypeError):
pass

Expand Down

0 comments on commit 1544377

Please sign in to comment.