Skip to content

Commit 1be75a2

Browse files
committed
Update changelog, fix imports
1 parent ebc47d1 commit 1be75a2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Version 2.1.1
44

5+
### Changed
6+
7+
* Providing a base URL that ends in `/rest.php` is now deprecated, but is still supported [[#33]](https://github.com/WEHI-ResearchComputing/FileSenderCli/pull/29).
8+
59
### Fixed
610

711
* Base URL was not being set correctly for download operations [[#29]](https://github.com/WEHI-ResearchComputing/FileSenderCli/pull/29).

filesender/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from dataclasses import dataclass
21
from typing import Any, Iterable, List, Optional, Tuple, AsyncIterator, Union
32
from filesender.download import files_from_page, DownloadFile
43
import filesender.response_types as response

0 commit comments

Comments
 (0)