Skip to content

Commit

Permalink
black linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pchtsp committed Jan 29, 2024
1 parent d7b7100 commit caa47bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/KPyCon2009/code/whiskas.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Example problem file that solves the whiskas blending problem
"""

import pulp

# initialise the model
Expand Down
1 change: 1 addition & 0 deletions examples/furniture.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
The Furniture problem from EngSci391 for the PuLP Modeller
Author: Dr Stuart Mitchell 2007
"""

from pulp import *

Chairs = ["A", "B"]
Expand Down
2 changes: 1 addition & 1 deletion pulp/tests/test_pulp.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Tests for pulp
"""
import os

import tempfile

from pulp.constants import PulpError
Expand Down

0 comments on commit caa47bd

Please sign in to comment.