-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CU-86dtb6tu5 - Change the usage of
typing.Union
and `typing.Optiona…
…l` to use the native `|` operator and update tests accordingly
- Loading branch information
luc10921
committed
May 7, 2024
1 parent
ae2d62c
commit 2909845
Showing
4 changed files
with
12 additions
and
37 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,8 +1,6 @@ | ||
__all__ = ['CollectionMembership', | ||
'CollectionNotMembership', | ||
'UnionTypesOperation' | ||
] | ||
|
||
from boa3.internal.model.operation.binary.additional.membership import CollectionMembership | ||
from boa3.internal.model.operation.binary.additional.notmembership import CollectionNotMembership | ||
from boa3.internal.model.operation.binary.additional.uniontypesoperation import UnionTypesOperation |
30 changes: 0 additions & 30 deletions
30
boa3/internal/model/operation/binary/additional/uniontypesoperation.py
This file was deleted.
Oops, something went wrong.
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