Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Jun 21, 2024
1 parent c2bd60e commit ce54459
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/redturtle/prenotazioni/browser/bookings_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
from Products.Five import BrowserView
from six import StringIO
from zExceptions import BadRequest
from redturtle.prenotazioni.utilities.dateutils import get_default_timezone

from redturtle.prenotazioni import _
from redturtle.prenotazioni.restapi.serializers.adapters.prenotazione import (
get_booking_wf_state_title,
)
from redturtle.prenotazioni import _
from redturtle.prenotazioni.utilities.dateutils import get_default_timezone


class BookingsExport(BrowserView):
Expand Down

0 comments on commit ce54459

Please sign in to comment.