Skip to content

Commit 188bc76

Browse files
committed
chore: remove conflit func
1 parent c0cc56f commit 188bc76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

webgenie/datasets/central_dataset.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ class CentralDataset(Dataset):
1414

1515
def __init__(self):
1616
pass
17-
18-
async def generate_context(self) -> DatasetEntry:
19-
pass
2017

2118
async def generate_context(self, **kwargs)->DatasetEntry:
2219
try:

0 commit comments

Comments
 (0)