Skip to content

Commit

Permalink
removed @DataClass decorator because it is redundant with an __init__…
Browse files Browse the repository at this point in the history
… block
  • Loading branch information
davramov committed Jan 29, 2025
1 parent f74a7a3 commit 087db2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions orchestration/transfer_controller.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from abc import ABC, abstractmethod
from dataclasses import dataclass
from dotenv import load_dotenv
from enum import Enum
import logging
Expand Down Expand Up @@ -42,7 +41,6 @@ def root_path(self) -> str:
return self.root_path


@dataclass
class FileSystemEndpoint(TransferEndpoint):
"""
A file system endpoint.
Expand Down

0 comments on commit 087db2d

Please sign in to comment.