Skip to content

Commit b7a3f6c

Browse files
authored
Merge pull request #311 from Seluj78/dependabot/pip/backend/black-20.8b1
2 parents dbd4111 + c7e4383 commit b7a3f6c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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:

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cryptography==3.1.1
2121
flask_jwt_extended==3.24.1
2222

2323
flake8==3.8.3
24-
black==19.10b0
24+
black==20.8b1
2525
pre-commit==2.7.1
2626

2727
lorem==0.1.1

0 commit comments

Comments
 (0)