diff --git a/community.py b/community.py index 43d6c40..2e00cab 100644 --- a/community.py +++ b/community.py @@ -3,10 +3,6 @@ """A package containing the 'Community' model.""" -from dataclasses import dataclass -from typing import Any - -from graphrag.model.named import Named @dataclass