Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
BazZziliuS committed May 16, 2024
1 parent 28b4d40 commit c216278
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions payok_aio/api.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from hashlib import md5
from typing import List, Optional, Union
from urllib.parse import urlencode
from const import Currencies, HTTPMethods
from utils import AsyncRequestSession
from models import Balance, Transaction
from .const import Currencies, HTTPMethods
from .utils import AsyncRequestSession
from .models import Balance, Transaction


class Payok:
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 = "payok-aio"
version = "0.1.5"
version = "0.1.6"
description = ""
authors = ["BazZziliuS <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit c216278

Please sign in to comment.