docs: update docs.

This commit is contained in:
UpstreamData
2023-04-04 09:22:36 -06:00
parent a577f64d59
commit d4d48f5582
6 changed files with 73 additions and 59 deletions

View File

@@ -560,7 +560,7 @@ MINER_CLASSES = {
class MinerFactory(metaclass=Singleton):
"""A factory to handle identification and selection of the proper class of miner"""
"""A factory to handle identification and selection of the proper class of miner."""
def __init__(self) -> None:
self.miners = {}