Skip to content

Commit 0d14a93

Browse files
author
boraxpr
committed
clean
1 parent 0fde664 commit 0d14a93

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: 180/names.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ def group_names_by_country(data: str = data) -> defaultdict:
4545

4646

4747

48-
print(group_names_by_country())
48+
# print(group_names_by_country())

Diff for: 180/test_names.py

-2
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,3 @@ def test_grouping2_return(grouping2, key, expected):
6464

6565
test_grouping1_return
6666
test_grouping2_return
67-
test_return_type(grouping1,grouping2)
68-
test_return_dict_len(grouping1,grouping2)

0 commit comments

Comments
 (0)