Skip to content

Commit

Permalink
clean up imports
Browse files Browse the repository at this point in the history
Signed-off-by: Paul S. Schweigert <[email protected]>
  • Loading branch information
psschwei committed Sep 10, 2024
1 parent d99ae71 commit 62f9018
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions gateway/api/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@
import re
import time
import uuid
import sys
import platform
from typing import Any, Optional, Tuple, Union, Callable, Dict, List

from cryptography.fernet import Fernet
from ray.dashboard.modules.job.common import JobStatus
from django.conf import settings
from parsley import makeGrammar

from .models import Job

Expand Down
6 changes: 0 additions & 6 deletions gateway/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,8 @@
utility functions
"""

import json
import os
import re
import sys
import platform

from django.conf import settings
from parsley import makeGrammar


def sanitize_file_path(path: str):
Expand Down

0 comments on commit 62f9018

Please sign in to comment.