From cf1fef84d6803d46e9ea8cf2b21f47d73d6507b7 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Mon, 16 May 2022 11:47:16 +1200 Subject: [PATCH] Removed unused import --- akauntingpy/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/akauntingpy/api.py b/akauntingpy/api.py index ab9683b..84d6ba7 100644 --- a/akauntingpy/api.py +++ b/akauntingpy/api.py @@ -1,5 +1,4 @@ import requests -import json from requests.auth import HTTPBasicAuth from akauntingpy import exceptions from akauntingpy.helpers import *