Skip to content

Commit

Permalink
refactor: remove own type definitions
Browse files Browse the repository at this point in the history
They are included in the fintech library since v7.6.2.
  • Loading branch information
barredterra committed Jan 31, 2025
1 parent ad9d3b0 commit 4a2e91e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1,830 deletions.
14 changes: 8 additions & 6 deletions banking/ebics/manager.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
import fintech
from typing import TYPE_CHECKING

import fintech

if TYPE_CHECKING:
from typing import Iterator, Callable
from banking.ebics.types import (
EbicsKeyRing,
EbicsUser,
from typing import Callable, Iterator

from fintech.ebics import (
EbicsBank,
EbicsClient,
CAMTDocument,
EbicsKeyRing,
EbicsUser,
)
from fintech.sepa import CAMTDocument


class EBICSManager:
Expand Down
37 changes: 0 additions & 37 deletions banking/ebics/prompt.md

This file was deleted.

Loading

0 comments on commit 4a2e91e

Please sign in to comment.