Skip to content

Commit

Permalink
Refactor frictionless patch layout
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 26, 2023
1 parent f13b94f commit cfdd2c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def read_byte_stream_create(self):

byte_stream = self.resource.data
# TODO: Submit patch to upstream.
# PATCH for Eskema to enable reading from nameless streams.
# PATCH for Eskema: Enable reading from nameless streams.
"""
if not os.path.isfile(byte_stream.name): # type: ignore
note = f"only local streams are supported: {byte_stream}"
Expand Down
2 changes: 1 addition & 1 deletion eskema/frictionless/monkey.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .pandas_plugin import create_parser
from .parser_jsonl import read_cell_stream_create
from .resource import ResourcePlus
from .stream_loader import read_byte_stream_create
from .loader_stream import read_byte_stream_create


def activate():
Expand Down

0 comments on commit cfdd2c9

Please sign in to comment.