Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and renovate[bot] committed Feb 29, 2024
1 parent aa19b54 commit 39aad9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python
"""Setup for the siphashc module."""


from setuptools import Extension, setup

setup(
Expand Down
1 change: 1 addition & 0 deletions test_siphashc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test for siphashc module."""

from __future__ import annotations

import unittest
Expand Down

0 comments on commit 39aad9a

Please sign in to comment.