Skip to content

Commit

Permalink
Fix lint errors from new black version
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Feb 10, 2024
1 parent 98adc5d commit ff17e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tdameritrade/orders/constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""Constants used in Orders
"""

from enum import Enum


Expand Down
1 change: 1 addition & 0 deletions tdameritrade/orders/models/leg.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Order Leg usedin in Orders API
"""

from dataclasses import dataclass

from ..constants import (
Expand Down

0 comments on commit ff17e13

Please sign in to comment.