Skip to content

Commit c7e4383

Browse files
committed
Fixed black formatting
1 parent d0cf53f commit c7e4383

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/PyMatcha/utils/match_score.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ def _get_distance(geohash_1: str, geohash_2: str) -> Optional[float]:
1818

1919

2020
def _get_common_tags(tag_list_1: list, tag_list_2: list) -> List[str]:
21-
"""Will return the list of common tags
22-
"""
21+
"""Will return the list of common tags"""
2322
common_tags = []
2423
for tag_1 in tag_list_1:
2524
for tag_2 in tag_list_2:

0 commit comments

Comments
 (0)