From 19f62b38bd4641ddbff9acc9d030f05f40f9d0f3 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 19 Aug 2024 08:03:45 +0800 Subject: [PATCH] Correct merge error. --- src/xero/filesmanager.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xero/filesmanager.py b/src/xero/filesmanager.py index eb998c7..c32bd4f 100644 --- a/src/xero/filesmanager.py +++ b/src/xero/filesmanager.py @@ -1,6 +1,8 @@ import os from urllib.parse import parse_qs +import requests + from xero.auth import OAuth2Credentials from .constants import XERO_FILES_URL