Skip to content

Commit

Permalink
Run optimize imports on decoder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pnwpedro committed May 20, 2024
1 parent b4aaa63 commit c4476f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fauna/encoding/decoder.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import base64
import io
from typing import Any, List, Union

from iso8601 import parse_date

from fauna.query.models import Module, DocumentReference, Document, NamedDocument, NamedDocumentReference, Page, \
NullDocument, StreamToken
NullDocument, StreamToken


class FaunaDecoder:
Expand Down

0 comments on commit c4476f3

Please sign in to comment.