Skip to content

Commit

Permalink
Fix import of datetime used in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kalisp committed Dec 6, 2024
1 parent f2a920d commit e5d8360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_deadline/abstract_submit_deadline.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from abc import abstractmethod
import getpass
import os
import datetime
from datetime import datetime
from copy import deepcopy

import requests
Expand Down

0 comments on commit e5d8360

Please sign in to comment.