Skip to content

Commit 9ce8f7e

Browse files
committed
lint
1 parent e733173 commit 9ce8f7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pygridsim/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# -*- coding: utf-8 -*-
22
from altdss import altdss
33

4+
from pygridsim.defaults import RESERVED_PREFIXES
45
from pygridsim.lines import _make_line
56
from pygridsim.parameters import _make_generator, _make_load_node, _make_pv, _make_source_node
67
from pygridsim.results import _export_results, _query_solution
7-
from pygridsim.defaults import RESERVED_PREFIXES
88

99
"""Main module."""
1010

pygridsim/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@
7676
VALID_PV_PARAMS = ["kV", "phases"]
7777
VALID_GENERATOR_PARAMS = ["kV", "kW", "phases"]
7878

79-
RESERVED_PREFIXES = ["load", "generator", "pv", "source"]
79+
RESERVED_PREFIXES = ["load", "generator", "pv", "source"]

0 commit comments

Comments
 (0)