Skip to content

Commit

Permalink
fix: absolute imports before relative
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskrt committed Jun 12, 2024
1 parent eaa9f56 commit 6b90b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gt4sd/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
import os
from functools import lru_cache
from typing import Dict, Optional, Set
from pydantic_settings import BaseSettings, SettingsConfigDict

from .s3 import GT4SDS3Client, S3SyncError, sync_folder_with_s3, upload_file_to_s3
from pydantic_settings import BaseSettings, SettingsConfigDict

logger = logging.getLogger(__name__)
logger.addHandler(logging.NullHandler())
Expand Down

0 comments on commit 6b90b8f

Please sign in to comment.