Skip to content

Commit

Permalink
more minor linting
Browse files Browse the repository at this point in the history
  • Loading branch information
seekinginfiniteloop committed Jan 16, 2024
1 parent 9b7c8f1 commit 759e21e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions fedcal/fedstamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ def all_depts_full_approps(self) -> bool:
"""
pass

@property
def all_depts_cr(self) -> bool:
"""
Expand All @@ -678,6 +679,7 @@ def all_depts_cr(self) -> bool:
otherwise.
"""
pass

@property
def all_depts_funded(self) -> bool:
"""
Expand Down Expand Up @@ -777,7 +779,6 @@ def funded_depts(self):
fully operational or under a continuing resolution.
"""


@property
def cr_depts(self):
"""
Expand All @@ -803,7 +804,7 @@ def gapped_depts(self):
appropriations gap.
"""
return pass
pass

@property
def shutdown_depts(self):
Expand Down Expand Up @@ -831,6 +832,7 @@ def unfunded_depts(self):
"""
pass


def to_fedstamp(*date: FedStampConvertibleTypes) -> FedStamp:
"""
Converts a date to a FedStamp object.
Expand Down

0 comments on commit 759e21e

Please sign in to comment.