Skip to content

Commit

Permalink
Reordered imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kalisp committed Nov 11, 2024
1 parent 39f359d commit 877542f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/ayon_deadline/lib.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import os
import sys
import requests
import json
from dataclasses import dataclass, field, asdict
from functools import partial
from typing import Optional, List, Tuple, Any, Dict
import json

import requests

from ayon_core.lib import Logger

Expand Down

0 comments on commit 877542f

Please sign in to comment.