Skip to content

Commit 6ae6688

Browse files
Vladislav YashkovVladislav Yashkov
authored andcommitted
WIP# 3
1 parent d2bd386 commit 6ae6688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/test_value_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import datetime
2+
import sys
23
import uuid
34
from decimal import Decimal
45
from enum import Enum
56
from ipaddress import IPv4Address
67
from typing import Any, Dict, List, Tuple, Union
7-
import sys
88

99
import pytest
1010
from psqlpy import ConnectionPool

0 commit comments

Comments
 (0)