Skip to content

Commit 68fb7a6

Browse files
Merge pull request #29 from foundation-ac/release/v0.1.3b3
Release/v0.1.3b3
2 parents 88d85aa + 407de87 commit 68fb7a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "atdata"
3-
version = "0.1.3b2"
3+
version = "0.1.3b3"
44
description = "A loose federation of distributed, typed datasets"
55
readme = "README.md"
66
authors = [

src/atdata/lens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def register( self, _lens: Lens ):
165165
# output_type = sig.return_annotation
166166

167167
# self._registry[input_type, output_type] = _lens
168-
print( _lens.source_type )
168+
# print( _lens.source_type )
169169
self._registry[_lens.source_type, _lens.view_type] = _lens
170170

171171
def transform( self, source: DatasetType, view: DatasetType ) -> Lens:

0 commit comments

Comments
 (0)