Skip to content

Commit

Permalink
Corrige importação incorreta
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielpeixoto committed Jul 18, 2023
1 parent ca46b05 commit 85ebe04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions escavador/v2/resources/tribunal.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from typing import Optional, List, Dict, Union

from escavador.exceptions import FailedRequest
from resources.helpers.consume_cursor import json_to_class
from resources.helpers.endpoint import DataEndpoint
from escavador.resources.helpers.consume_cursor import json_to_class
from escavador.resources.helpers.endpoint import DataEndpoint


@dataclass
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "escavador"
version = "0.4.0"
version = "0.4.1"
description = "A library to interact with Escavador API"
authors = [
"Rafael <rafaelcampos@escavador.com>",
Expand Down

0 comments on commit 85ebe04

Please sign in to comment.