Skip to content

Commit

Permalink
Linting Wise importer
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhighcock committed Aug 8, 2023
1 parent de3ab2e commit 0631a2a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/tariochbctools/importers/transferwise/importer.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
import base64
import json
import sys
from datetime import date, datetime, timezone
from os import path
from urllib.parse import urlencode

import dateutil.parser
import requests
import rsa
import urllib3
import yaml
import base64
from beancount.core import amount, data
from beancount.core.number import D
from beancount.ingest import importer
from dateutil.relativedelta import relativedelta
import urllib3
from urllib.parse import urlencode
import rsa
import json

http = urllib3.PoolManager()

Expand Down

0 comments on commit 0631a2a

Please sign in to comment.