Skip to content

Commit 0e88536

Browse files
committed
Removed ignore statement
1 parent 86e652e commit 0e88536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pysof/src/pysof/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
SourceReadError,
4747
UnsupportedContentTypeError,
4848
UnsupportedSourceProtocolError,
49-
__version__, # type: ignore[attr-defined]
49+
__version__,
5050
py_get_supported_fhir_versions,
5151
py_parse_content_type,
5252
py_run_view_definition,

0 commit comments

Comments
 (0)