Skip to content

Commit e0307b5

Browse files
committed
Remove unused imports
1 parent 014c1af commit e0307b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

atlassian/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.41.16
1+
3.41.17

atlassian/bitbucket/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# coding=utf-8
22
import logging
33
from enum import Enum
4-
from typing import Optional, Union
54

65
from deprecated import deprecated
76
from requests import HTTPError

atlassian/bitbucket/server/projects/repos/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@ def download_archive(
301301
For further information visit:
302302
https://docs.atlassian.com/bitbucket-server/rest/7.13.0/bitbucket-rest.html#idp199
303303
:param dest_fd: a file-like object to which the archive will be written
304-
:param at: string: Optional, the commit to download an archive of; if not supplied, an archive of the default branch is downloaded
304+
:param at: string: Optional, the commit to download an archive of; if not supplied,
305+
an archive of the default branch is downloaded
305306
:param filename: string: Optional, a filename to include the "Content-Disposition" header
306307
:param format: string: Optional, the format to stream the archive in; must be one of: zip, tar, tar.gz or tgz.
307308
If not specified, then the archive will be in zip format.

0 commit comments

Comments
 (0)