Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
BUGFIX: 0.11.2 had a buggy final import
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Aug 23, 2021
1 parent d372870 commit dad6dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Aspidites/monads.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from _warnings import warn
from pyrsistent import v
from .final import final
from final import final
from ._vendor.contracts import ContractNotRespected, contract
from ._vendor.fn import apply
from ._vendor.fn.underscore import ArityError
Expand Down

0 comments on commit dad6dd3

Please sign in to comment.