Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Nov 21, 2023
1 parent 649d406 commit 235f0bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_label.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
sys.path.append(os.path.abspath(os.path.dirname(__file__)))

from test_api import InvenTreeTestCase # noqa: E402
from inventree.label import LabelPart, LabelStock, LabelLocation
from inventree.part import Part
from inventree.stock import StockItem, StockLocation
from inventree.label import LabelPart, LabelStock, LabelLocation # noqa: E402
from inventree.part import Part # noqa: E402
from inventree.stock import StockItem, StockLocation # noqa: E402


class LabelTest(InvenTreeTestCase):
Expand Down

0 comments on commit 235f0bd

Please sign in to comment.