From 00bc8fbc0f8ee0491e11cc3bc6f32199c331729c Mon Sep 17 00:00:00 2001 From: Bas van Schaik Date: Tue, 14 Aug 2018 21:47:46 +0100 Subject: fix up filter: it should have been for numpy/random/__init__.py --- .lgtm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.lgtm.yml') 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 -- cgit v1.2.1