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] committed Jan 29, 2024
1 parent c581b56 commit ce4b8bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_hash_trie_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
"""

from collections import abc
from operator import methodcaller
import pickle
Expand Down
1 change: 1 addition & 0 deletions tests/test_hash_trie_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
"""

from collections import abc
import pickle

Expand Down
1 change: 1 addition & 0 deletions tests/test_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
"""

import pickle

import pytest
Expand Down
1 change: 1 addition & 0 deletions tests/test_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
"""

import pytest

from rpds import Queue
Expand Down

0 comments on commit ce4b8bc

Please sign in to comment.