Skip to content

Commit

Permalink
try import from future to resolve lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Sep 6, 2023
1 parent 1d2492d commit fc08575
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dune_client/api/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Enables more flexible integration of Dune API into your workflow
and freeing you from UI-exclusive query editing.
"""
from __future__ import annotations
from typing import Optional, Any

from dune_client.api.base import BaseRouter
Expand Down

0 comments on commit fc08575

Please sign in to comment.