Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit 23534b0

Browse files
authored
Add log import as it is used later on
1 parent fa02f1c commit 23534b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/03a-dbc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ of PyContracts, only pre- and post-conditions are implemented. Invariants, if ne
2929
ordinary assertions. Finally, to simplify the examples here, the following imports are assumed...
3030

3131
~~~ {.python}
32-
from math import sqrt
32+
from math import sqrt, log
3333
from contracts import contract, new_contract
3434
~~~
3535

0 commit comments

Comments
 (0)