You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File ~\AppData\Roaming\Python\Python310\site-packages\toad_init_.py:16
14 from .selection import select
15 from .scorecard import ScoreCard
---> 16 from .utils import Progress, performance
17 from .version import version
19 VERSION = version
ImportError: cannot import name 'performance' from 'toad.utils'
The text was updated successfully, but these errors were encountered:
File ~\AppData\Roaming\Python\Python310\site-packages\toad_init_.py:16
14 from .selection import select
15 from .scorecard import ScoreCard
---> 16 from .utils import Progress, performance
17 from .version import version
19 VERSION = version
ImportError: cannot import name 'performance' from 'toad.utils'
The text was updated successfully, but these errors were encountered: