Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Feb 7, 2025
1 parent a1e5a32 commit a826488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdmf/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
warnings.warn(
"The hdmf.monitor module is deprecated and will be removed in HDMF 5.0. If you are using this module, "
"please copy this module to your codebase or raise an issue in the HDMF repository: "
"https://github.com/hdmf-dev/hdmf/issues"
"https://github.com/hdmf-dev/hdmf/issues",
DeprecationWarning,
)

Expand Down

0 comments on commit a826488

Please sign in to comment.