Skip to content

Commit b5ee32f

Browse files
committed
Clean up
1 parent 37ff642 commit b5ee32f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/unit/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ def parse_domain_name(result: str) -> str:
99
path = urlparse(result).path
1010
parts = [p for p in path.split("/") if p]
1111

12-
# В API Mailgun домен зазвичай йде після версії (v3/v4)
1312
# If the path: ['v3', 'example.com', 'events']
1413
if len(parts) >= 2:
1514
return parts[1]

0 commit comments

Comments
 (0)