Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
whoburg committed Jan 8, 2024
1 parent 376bef9 commit d51fa23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/examples/sp_to_gp_sweep.py
Expand Up @@ -4,7 +4,7 @@
from gpkit.constraints.tight import Tight


def SimPleAC():
def SimPleAC(): # pylint: disable=too-many-locals
"Creates SimpleAC model"
# Env. constants
g = Variable("g", 9.81, "m/s^2", "gravitational acceleration")
Expand Down

0 comments on commit d51fa23

Please sign in to comment.