Skip to content

Commit

Permalink
Removing the unused / unnecessary DB baseclass (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Sep 8, 2022
1 parent b3d79e8 commit 4f50b6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 94 deletions.
92 changes: 0 additions & 92 deletions armi/bookkeeping/db/database.py

This file was deleted.

3 changes: 1 addition & 2 deletions armi/bookkeeping/db/database3.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
from armi.reactor.composites import ArmiObject
from armi.reactor import grids
from armi.bookkeeping.db.typedefs import History, Histories
from armi.bookkeeping.db import database
from armi.reactor import systemLayoutInput
from armi.utils import getPreviousTimeNode, getStepLengths
from armi.utils.textProcessors import resolveMarkupInclusions
Expand Down Expand Up @@ -524,7 +523,7 @@ def getHistories(
return histories


class Database3(database.Database):
class Database3:
"""
Version 3 of the ARMI Database, handling serialization and loading of Reactor states.
Expand Down

0 comments on commit 4f50b6d

Please sign in to comment.