Skip to content
Snippets Groups Projects
Commit 15c5da23 authored by alexandre beelen's avatar alexandre beelen
Browse files

fix (flake8)

parent aa94a498
No related branches found
No related tags found
No related merge requests found
Pipeline #2479 canceled
...@@ -8,9 +8,9 @@ from ._astropy_init import * # noqa ...@@ -8,9 +8,9 @@ from ._astropy_init import * # noqa
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
__all__ = [] __all__ = []
from .powspec import * from .powspec import power_spectral_density, cross_spectral_density
from .utils.apod import * from .utils.apod import shrink_mask, fft_2d_hanning
from .utils.generator import * from .utils.generator import Pk, gen_pkfield
# from .example_mod import * # noqa # from .example_mod import * # noqa
# Then you can be explicit to control what ends up in the namespace, # Then you can be explicit to control what ends up in the namespace,
# __all__ += ['do_primes'] # noqa # __all__ += ['do_primes'] # noqa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment