Skip to content

Commit

Permalink
chore: improved code structure
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Oct 1, 2024
1 parent 2e013bb commit 332b528
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions src/weby_pilot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
print(BpiAPI().download_account_report(report_indexes=range(0, 2)))

# BpiAPI().download_report(section="Extrato Investimento", report_indexes=range(0, 8))

# BpiAPI().download_invoice()

# print(BpiAPI().get_balance())

# BpiAPI().download_card_report(report_indexes=range(0, 8))
3 changes: 0 additions & 3 deletions src/weby_pilot/big.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@


class BigAPI(WebyAPI):

username: str | None = None

password: str | None = None

nif: str | None = None

def build_login(self):
Expand Down
3 changes: 0 additions & 3 deletions src/weby_pilot/bpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@


class BpiAPI(WebyAPI):

username: str | None = None

password: str | None = None

def __init__(self, username: str | None = None, password: str | None = None):
Expand Down Expand Up @@ -242,7 +240,6 @@ def __repr__(self):


class BpiDocument:

type: BpiDocumentType
name: str
buffer: IO[bytes]
Expand Down

0 comments on commit 332b528

Please sign in to comment.