Skip to content

Commit 38d8b7b

Browse files
author
James William Pye
committed
Fix unused code for... idk.
1 parent b87b135 commit 38d8b7b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

postgresql/types/io/pg_network.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
oid_to_io = {
88
MACADDROID : (None, None),
9-
CIDROID : (None, None)
10-
INETOID : (None, None)
9+
CIDROID : (None, None),
10+
INETOID : (None, None),
1111
}

0 commit comments

Comments
 (0)