Skip to content

Commit

Permalink
Removing Database3 from the namespace (#2052)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science authored Jan 13, 2025
1 parent 85053e3 commit 1618c29
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 30 deletions.
2 changes: 0 additions & 2 deletions armi/bookkeeping/db/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,11 @@

# re-export package components for easier import
from armi.bookkeeping.db.database import Database
from armi.bookkeeping.db.database3 import Database3
from armi.bookkeeping.db.databaseInterface import DatabaseInterface
from armi.bookkeeping.db.factory import databaseFactory

__all__ = [
"Database",
"Database3",
"DatabaseInterface",
"compareDatabases",
"databaseFactory",
Expand Down
27 changes: 0 additions & 27 deletions armi/bookkeeping/db/database3.py

This file was deleted.

2 changes: 1 addition & 1 deletion doc/release/0.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ New Features

API Changes
-----------
#. TBD
#. Removing ``Database3`` from the API, use ``Database``. (`PR#2052 <https://github.com/terrapower/armi/pull/2052>`_)

Bug Fixes
---------
Expand Down

0 comments on commit 1618c29

Please sign in to comment.