Skip to content

Commit

Permalink
ignore cyclic import
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger committed Dec 6, 2023
1 parent 9ba6f73 commit c7132c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kraken/spot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
# GitHub: https://github.com/btschwertfeger
# pylint: disable=unused-import
# pylint: disable=unused-import,cyclic-import

"""Module that provides the Spot REST clients and utility functions."""

Expand Down

0 comments on commit c7132c1

Please sign in to comment.