Skip to content

Commit db757d7

Browse files
committed
IDEV-1877: Remove unused property.
1 parent 0571a99 commit db757d7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

domaintools/base_results.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,3 @@ def __str__(self):
315315
if self.kwargs.get("format", "json") == "json"
316316
else self.data()
317317
)
318-
319-
@property
320-
def as_json_from_jsonl(self):
321-
pass

0 commit comments

Comments
 (0)