Katolus / functions

Multi-line docstring closing quotes should be on a separate line FLK-D209
Documentation
Minor
2 years ago3 years old
Multi-line docstring closing quotes should be on a separate line
  1"""Stores the core logic for the tool's ways of working.  2It is an entry point to the package and all ways lead from here out."""
  3import functools
  4from typing import Any, List, Optional, Sequence