OreosLab / SSRSpeedN

One-line docstring should fit on one line with quotes FLK-D200
Documentation
Minor
2 occurrences in this check
One-line docstring should fit on one line with quotes
161    """
162
163    def __init__(self, init: str = None, proxy=None):
164        """165        构造函数中,如果init不为none,则提供下载emoji资源包的url地址
166        """
167        self.savepath = './resources/emoji/twemoji.zip'
One-line docstring should fit on one line with quotes
112
113
114class LocalSource(pilmoji.source.BaseSource):
115    """116    emoji本地源基类
117    """
118