From a11b5bd089a54b668af79fb37999cd1e56ff891c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 03:15:39 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tap_github/authenticator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap_github/authenticator.py b/tap_github/authenticator.py index 6bc4f966..13b20bde 100644 --- a/tap_github/authenticator.py +++ b/tap_github/authenticator.py @@ -2,9 +2,9 @@ import logging import time +from copy import deepcopy from datetime import datetime from os import environ -from copy import deepcopy from random import choice, shuffle from typing import Any, Dict, List, Optional, Set