Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jpontoire committed Dec 6, 2024
1 parent 2735a0a commit 9434b19
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions minet/reddit/types.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
from typing import List, Optional, Dict, Tuple, Iterable
from datetime import datetime
from typing import Optional

from dataclasses import dataclass
from casanova import TabularRecord
from ebbe import getpath


@dataclass
Expand All @@ -16,14 +14,3 @@ class RedditPost(TabularRecord):
number_comments: int
published_date: str
link: Optional[str]


@dataclass
class RedditComment(TabularRecord):
# url: str
# author: str
id: str
parent: str
# points: Optional[str]
# published_date: str
comment: str

0 comments on commit 9434b19

Please sign in to comment.