Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
leshchenko1979 committed Mar 23, 2024
1 parent 246fd2e commit 7efa74c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion fast_bitrix24/mult_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from beartype.typing import Dict, List, Union

from more_itertools import chunked
from tqdm import tqdm
from tqdm.auto import tqdm

from .server_response import ServerResponseParser
from .srh import BITRIX_MAX_BATCH_SIZE, ServerRequestHandler
Expand Down
1 change: 0 additions & 1 deletion fast_bitrix24/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import sys
import traceback
from typing import List, Union
from urllib.parse import quote, urlparse

Expand Down

0 comments on commit 7efa74c

Please sign in to comment.