Skip to content

Commit 16a032a

Browse files
committedFeb 4, 2025
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 490a851 commit 16a032a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
 

‎ankipandas/paths.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Convenience functions to find the database and other system locations
1+
"""Convenience functions to find the database and other system locations
22
without the user having to specify full paths.
33
"""
44

‎ankipandas/raw.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" These function implement the more direct interactions with the Anki
1+
"""These function implement the more direct interactions with the Anki
22
database and provide basic functionality that is then used to implement the
33
functionality in :class:`~ankipandas.collection.Collection`,
44
:class:`ankipandas.ankidf.AnkiDataFrame` etc.

‎ankipandas/test/test_ankidf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Most of the functionality of the AnkiDataFrames is already tested in
1+
"""Most of the functionality of the AnkiDataFrames is already tested in
22
test_core, because that saves to write a lot of duplicate code.
33
44
Everything else is tested here.

‎ankipandas/test/test_regression.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" These tests are created from issues that we fixed to avoid that they might
1+
"""These tests are created from issues that we fixed to avoid that they might
22
come back later.
33
"""
44

‎ankipandas/util/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Various utilities of this package.
1+
"""Various utilities of this package.
22
33
.. warning::
44

‎ankipandas/util/dataframe.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" DataFrame utilities. """
1+
"""DataFrame utilities."""
22

33
# std
44
from __future__ import annotations

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
""" To install this package, change to the directory of this file and run
3+
"""To install this package, change to the directory of this file and run
44
55
pip3 install --user .
66

0 commit comments

Comments
 (0)