Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 4c59874

Browse files
Add missing import
1 parent d08c2ea commit 4c59874

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hal_codec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from collections import OrderedDict
22
from coreapi.codecs.base import BaseCodec
3-
from coreapi.compat import force_bytes, urlparse
3+
from coreapi.compat import force_bytes, string_types, urlparse
44
from coreapi.compat import COMPACT_SEPARATORS, VERBOSE_SEPARATORS
55
from coreapi.document import Document, Link, Array, Object, Field, Error
66
from coreapi.exceptions import ParseError

0 commit comments

Comments
 (0)