"server/git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "cda6f5c66c13b79a3dc9fb172ab5b17da9ce1bed"
Commit 51364cdf authored by stephenwu's avatar stephenwu
Browse files

fixed style

parent 80a21374
...@@ -121,7 +121,7 @@ class DataProcessor(object): ...@@ -121,7 +121,7 @@ class DataProcessor(object):
return lines return lines
@classmethod @classmethod
def _read_jsonl(self, input_path): def _read_jsonl(cls, input_file):
"""Reads a json line file.""" """Reads a json line file."""
with tf.io.gfile.GFile(input_path, "r") as f: with tf.io.gfile.GFile(input_path, "r") as f:
lines = [] lines = []
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment