Skip to content

Commit

Permalink
Removing impl crumb on protected method
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Nov 27, 2023
1 parent 12ec6cc commit 595b66f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions armi/bookkeeping/db/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,6 @@ def _getH5File(db):
All this being said, we are probably violating this already with genAuxiliaryData,
but we have to start somewhere.
.. impl:: The ARMI output file has a language-agnostic format.
:id: I_ARMI_DB_H50
:implements: R_ARMI_DB_H5
"""
if isinstance(db, Database3):
return db.h5db
Expand Down

0 comments on commit 595b66f

Please sign in to comment.