Skip to content

Commit

Permalink
Fix E231 missing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jnettels authored Oct 23, 2023
1 parent ca22d1e commit 925c79c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pandas as pd
import matplotlib.pyplot as plt

from dhnx.optimization.precalc_hydraulic import v_max_bisection,\
from dhnx.optimization.precalc_hydraulic import v_max_bisection, \
calc_mass_flow, calc_power, v_max_secant

df = pd.read_csv("Pipe_data.csv", sep=";")
Expand Down

0 comments on commit 925c79c

Please sign in to comment.