Skip to content

Commit

Permalink
Update data_formatters.py
Browse files Browse the repository at this point in the history
Clean up
  • Loading branch information
NicholasTurner23 authored Dec 10, 2024
1 parent 734dd17 commit 84577f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analytics/api/utils/data_formatters.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def filter_non_private_sites(filter_type: str, sites: List[str]) -> Dict[str, An
logger.exception(f"Error while filtering non private devices {rex}")


def validate_network(self, network_name: str) -> bool:
def validate_network(network_name: str) -> bool:
"""
Validate if a given network name exists in the list of networks.
Expand Down

0 comments on commit 84577f2

Please sign in to comment.