Skip to content

Commit

Permalink
apply black 24.04 styles
Browse files Browse the repository at this point in the history
  • Loading branch information
purificant committed Apr 21, 2024
1 parent 4647171 commit 755b36c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions paseto/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""This module checks if all dependencies are present."""

import pysodium

__all__ = ["pysodium"]
1 change: 1 addition & 0 deletions tests/docs/examples/test_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""This module tests code examples from documentation."""

import importlib

import pytest
Expand Down

0 comments on commit 755b36c

Please sign in to comment.