Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gonchik committed Oct 20, 2024
1 parent 014c1af commit e0307b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion atlassian/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.41.16
3.41.17
1 change: 0 additions & 1 deletion atlassian/bitbucket/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# coding=utf-8
import logging
from enum import Enum
from typing import Optional, Union

from deprecated import deprecated
from requests import HTTPError
Expand Down
3 changes: 2 additions & 1 deletion atlassian/bitbucket/server/projects/repos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,8 @@ def download_archive(
For further information visit:
https://docs.atlassian.com/bitbucket-server/rest/7.13.0/bitbucket-rest.html#idp199
:param dest_fd: a file-like object to which the archive will be written
:param at: string: Optional, the commit to download an archive of; if not supplied, an archive of the default branch is downloaded
:param at: string: Optional, the commit to download an archive of; if not supplied,
an archive of the default branch is downloaded
:param filename: string: Optional, a filename to include the "Content-Disposition" header
:param format: string: Optional, the format to stream the archive in; must be one of: zip, tar, tar.gz or tgz.
If not specified, then the archive will be in zip format.
Expand Down

0 comments on commit e0307b5

Please sign in to comment.