move superpage to eduseg.com.br repo
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from typing import Any, Generator
|
||||
|
||||
import boto3
|
||||
from elasticsearch import Elasticsearch
|
||||
import jsonlines
|
||||
from elasticsearch import Elasticsearch
|
||||
from layercake.dynamodb import deserialize
|
||||
from tqdm import tqdm
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import gzip
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
def unzip_gzip(file: Path, target: str):
|
||||
with gzip.open(file, 'rb') as r:
|
||||
with open(target, 'wb') as w:
|
||||
|
||||
Reference in New Issue
Block a user