Fix pydocstyle warnings.

This commit is contained in:
Sergey Vartanov 2022-06-07 23:52:58 +03:00
parent a5f9964d6d
commit 80aa4b1680
35 changed files with 35 additions and 105 deletions

View file

@ -1,6 +1,4 @@
"""
File and directory path in the project.
"""
"""File and directory path in the project."""
from pathlib import Path
__author__ = "Sergey Vartanov"