Skip to content

Commit 5a25bb2

Browse files
[DEV-12948] - updated not implemented method to raise NotImplementedError
1 parent 131b563 commit 5a25bb2

File tree

1 file changed

+2
-2
lines changed
  • usaspending_api/download/management/commands/delta_downloads

1 file changed

+2
-2
lines changed

usaspending_api/download/management/commands/delta_downloads/builders.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def account_balances(self) -> DataFrame:
317317

318318
@property
319319
def object_class_program_activity(self) -> DataFrame:
320-
return None
320+
raise NotImplementedError
321321

322322
@property
323323
def award_financial(self) -> DataFrame:
@@ -443,7 +443,7 @@ def account_balances(self) -> DataFrame:
443443

444444
@property
445445
def object_class_program_activity(self) -> DataFrame:
446-
return None
446+
raise NotImplementedError
447447

448448
@property
449449
def award_financial(self) -> DataFrame:

0 commit comments

Comments
 (0)