Skip to content

Commit

Permalink
remove blank lines for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mboyas-mitre committed Mar 20, 2024
1 parent 53af11e commit 4fdc76c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class Command(BaseCommand):
# # parser.add_argument("--random_locations", type=str, nargs="?", default=False)

def handle(self, *args, **options):

# verbal_autopsies = VerbalAutopsy.objects
count = VerbalAutopsy.objects.count()
print("Refreshing locations for all " + str(count) + " VAs in the database.")
Expand Down
1 change: 0 additions & 1 deletion va_explorer/va_data_management/utils/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def validate_vas_for_dashboard(verbal_autopsies):
and va.location.name.casefold() != "unknown"
and va.hospital.casefold() != "other"
):

issue_text = "Warning: VA location was matched to facility known \
to be inactive. Consider updating the location to an active \
facility instead, or update the facility list."
Expand Down

0 comments on commit 4fdc76c

Please sign in to comment.