AndreaCensi / contracts

PyContracts is a Python package that allows to declare constraints on function parameters and return values. Contracts can be specified using Python3 annotations, or inside a docstring. PyContracts supports a basic type system, variables binding, arithmetic constraints, and has several specialized contracts and an extension API.
http://andreacensi.github.io/contracts/
Other
398 stars 62 forks source link

Remove basicConfig() call from the top level #57

Closed wtanaka closed 6 years ago

wtanaka commented 7 years ago

it is preventing users of this library from calling basicConfig themselves.

wtanaka commented 6 years ago

this was done by @AndreaCensi in https://github.com/AndreaCensi/contracts/commit/d1cc3df943efb202d8abaa6f6e90b0c1faf5258d -- therefore closing.