Drop a noqa.

This commit is contained in:
Julien Palard 2023-03-11 21:36:06 +01:00
parent 3d4ae172b4
commit 470c5033cd
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8

View File

@ -13,7 +13,10 @@ import polib
class PoFileStats:
"""Class for each `.po` file containing all the necessary information about its progress""" # noqa
"""Statistics about a po file.
Contains all the necessary information about the progress of a given po file.
"""
def __init__(self, path: Path):
"""Initializes the class with all the correct information"""