diff options
author | Bas van Schaik <github@s.traiectum.net> | 2018-08-14 21:47:46 +0100 |
---|---|---|
committer | Bas van Schaik <github@s.traiectum.net> | 2018-08-14 21:47:46 +0100 |
commit | 00bc8fbc0f8ee0491e11cc3bc6f32199c331729c (patch) | |
tree | d960702328a522929081ef64fdaad6a5cdd53904 | |
parent | d20edd726ef8c7815b497df9819718e9f5cd46f2 (diff) | |
download | numpy-00bc8fbc0f8ee0491e11cc3bc6f32199c331729c.tar.gz |
fix up filter: it should have been for numpy/random/__init__.py
-rw-r--r-- | .lgtm.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,5 +5,5 @@ path_classifiers: # The exports defined in __init__.py are defined in the Cython module # np.random.mtrand. By excluding this file we suppress a number of # "undefined export" alerts - - __init__.py + - numpy/random/__init__.py |