Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
J0 authored Jan 8, 2023
1 parent e3a1128 commit c62d742
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion postgrest/utils.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import json
from __future__ import annotations

from typing import Any

from httpx import AsyncClient # noqa: F401
from httpx import Client as BaseClient # noqa: F401

import json



class SyncClient(BaseClient):
def aclose(self) -> None:
Expand Down

0 comments on commit c62d742

Please sign in to comment.