summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBas van Schaik <github@s.traiectum.net>2018-08-14 21:47:46 +0100
committerBas van Schaik <github@s.traiectum.net>2018-08-14 21:47:46 +0100
commit00bc8fbc0f8ee0491e11cc3bc6f32199c331729c (patch)
treed960702328a522929081ef64fdaad6a5cdd53904
parentd20edd726ef8c7815b497df9819718e9f5cd46f2 (diff)
downloadnumpy-00bc8fbc0f8ee0491e11cc3bc6f32199c331729c.tar.gz
fix up filter: it should have been for numpy/random/__init__.py
-rw-r--r--.lgtm.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
index 3986d547b..c0a9cf59a 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -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