diff options
-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 |