-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: revert type annotations on collections.to_set
This turns out to be tricky to type with union args, see e.g. python/mypy#18321
- Loading branch information
1 parent
b453a55
commit ca4a33b
Showing
2 changed files
with
1 addition
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "ampel-interface" | ||
version = "0.10.4a1" | ||
version = "0.10.4a2" | ||
description = "Base classes for the Ampel analysis platform" | ||
authors = ["Valery Brinnel"] | ||
maintainers = ["Jakob van Santen <[email protected]>"] | ||
|