Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Dec 12, 2024
1 parent d1883b6 commit 547b1f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/palace/manager/api/axis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1585,8 +1585,8 @@ def process_one(
checkout_format == self.api.AXISNOW or checkout_format == "Blio"
):
# If we didn't explicitly ask for a format, ignore any AxisNow or Blio formats, since
# we can't fulfill them. If we add AxisNow and Blio support in the future, we will need
# to drop this line.
# we can't fulfill them. If we add AxisNow and Blio support in the future, we can remove
# this check.
return None

fulfillment: Fulfillment | None
Expand Down

0 comments on commit 547b1f4

Please sign in to comment.