Skip to content

Commit 76d6d78

Browse files
fix: Fix flake8 error.
1 parent f12ab70 commit 76d6d78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

promo_code/user/validators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class OtherFieldValidator(rest_framework.serializers.Serializer):
3434
"""
3535

3636
country_codes = {c.alpha_2 for c in pycountry.countries}
37-
print(country_codes)
3837

3938
age = rest_framework.serializers.IntegerField(
4039
required=True,

0 commit comments

Comments
 (0)