Skip to content

Commit 494f0ad

Browse files
committed
linting comments
1 parent b7c343b commit 494f0ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/cosmo_val/run_cosmo_val.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
ipython.run_line_magic("load_ext", "autoreload")
99
ipython.run_line_magic("autoreload", "2")
1010

11-
import matplotlib.pyplot as plt
12-
import numpy as np
13-
from sp_validation.cosmo_val import CosmologyValidation
11+
import matplotlib.pyplot as plt # noqa: E402, F401
12+
import numpy as np # noqa: E402, F401
13+
from sp_validation.cosmo_val import CosmologyValidation # noqa: E402
1414

1515
# enable inline plotting for interactive sessions
1616
# (must be done *after* importing package that sets agg backend)

0 commit comments

Comments
 (0)