Skip to content

Commit

Permalink
Make format
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Oct 23, 2019
1 parent 850c706 commit c7315e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/silicone/database_crunchers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
"""

from .lead_gas import DatabaseCruncherLeadGas # noqa: F401
from .quantile_rolling_windows import DatabaseCruncherQuantileRollingWindows # noqa: F401
from .quantile_rolling_windows import ( # noqa: F401
DatabaseCruncherQuantileRollingWindows,
)
4 changes: 3 additions & 1 deletion tests/integration/test_explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
import pandas as pd
from click.testing import CliRunner

from silicone.cli import plot_emission_correlations_cruncher_quantile_rolling_windows_cli
from silicone.cli import (
plot_emission_correlations_cruncher_quantile_rolling_windows_cli,
)


def _make_input_file(df, dpath):
Expand Down

0 comments on commit c7315e0

Please sign in to comment.