Skip to content

Commit

Permalink
README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko committed Apr 9, 2019
1 parent 7359b05 commit e838378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ If you really need to import a specific entity, consider prefixing it with an un
scope leakage, unless you really want it to be externally visible.

```python
from . import data_type # Good
from .data_type import CompositeType # Pls no
from . import data_type # Good
from .data_type import CompositeType # Pls no
```

### Writing tests
Expand Down

0 comments on commit e838378

Please sign in to comment.