Skip to content

Commit 84577f2

Browse files
Update data_formatters.py
Clean up
1 parent 734dd17 commit 84577f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analytics/api/utils/data_formatters.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def filter_non_private_sites(filter_type: str, sites: List[str]) -> Dict[str, An
328328
logger.exception(f"Error while filtering non private devices {rex}")
329329

330330

331-
def validate_network(self, network_name: str) -> bool:
331+
def validate_network(network_name: str) -> bool:
332332
"""
333333
Validate if a given network name exists in the list of networks.
334334

0 commit comments

Comments
 (0)