Skip to content

Commit

Permalink
remove duplicate imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kthare10 committed Oct 30, 2024
1 parent 3b7de0b commit 49cfc44
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
from fabric_cf.orchestrator.swagger_server.response.utils import get_token, cors_error_response, cors_success_response


from datetime import datetime, timedelta, timezone

def slices_creates_post(body: SlicesPost, name, lifetime=None, lease_start_time=None, lease_end_time=None): # noqa: E501
"""Create slice
Expand Down

0 comments on commit 49cfc44

Please sign in to comment.