From 48865039bff0d764fffb1e45428a82a21ecbf0d7 Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Thu, 28 Oct 2021 11:36:28 -0700 Subject: [PATCH] add missing Stats import --- my/reddit/all.py | 1 + 1 file changed, 1 insertion(+) diff --git a/my/reddit/all.py b/my/reddit/all.py index 26a2168..4f7b4e4 100644 --- a/my/reddit/all.py +++ b/my/reddit/all.py @@ -1,4 +1,5 @@ from typing import Iterator, Any, Callable, TypeVar +from my.core.common import Stats from my.core.source import import_source_iter as imp from .common import Save, Upvote, Comment, Submission, _merge_comments