Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Moyer authored May 2, 2019
1 parent 71d5985 commit b0c2555
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ mask_values = gp_dict[mask_keys]

### Simple Example With Default Value
```python
import numpy as np
import getpy as gp

key_type = np.dtype('u8')
value_type = np.dtype('u8')

Expand Down Expand Up @@ -111,9 +108,6 @@ mask_values = gp_dict[mask_keys]

### Serialization Example
```python
import numpy as np
import getpy as gp

key_type = np.dtype('u8')
value_type = np.dtype('u8')

Expand Down

0 comments on commit b0c2555

Please sign in to comment.