Skip to content

Commit

Permalink
Merge pull request #93 from scipp/provider-arguments-hashable
Browse files Browse the repository at this point in the history
Singleton provider argument equality check (hashable/unhashable)
  • Loading branch information
YooSunYoung authored Oct 31, 2023
2 parents a142a7b + 2aea06a commit ce4d64e
Show file tree
Hide file tree
Showing 7 changed files with 498 additions and 89 deletions.
2 changes: 2 additions & 0 deletions src/beamlime/constructors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@
ProviderExistsError,
ProviderGroup,
ProviderNotFoundError,
SingletonProvider,
SingletonProviderCalledWithDifferentArgs,
)
Loading

0 comments on commit ce4d64e

Please sign in to comment.