Skip to content

Commit

Permalink
Merge pull request #77 from ynput/bugfix/change_import_for_tests
Browse files Browse the repository at this point in the history
Fix import of datetime used in tests
  • Loading branch information
kalisp authored Dec 6, 2024
2 parents f2a920d + e5d8360 commit bf495e3
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 bf495e3

Please sign in to comment.