Skip to content

Commit

Permalink
Merge pull request #156 from UsamaSadiq/remove-future-dependency
Browse files Browse the repository at this point in the history
fix: remove future dependency and imports
  • Loading branch information
mahtin committed Sep 21, 2023
2 parents 4e9eb55 + 5b3e687 commit b5aae7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CloudFlare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

from .cloudflare import CloudFlare

__all__ = ['CloudFlare']
__all__ = ['CloudFlare']

0 comments on commit b5aae7e

Please sign in to comment.