Skip to content

Commit c784ea3

Browse files
committed
refactor: Remove unused gzip import from data_handler.py
1 parent c73d298 commit c784ea3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

python/meshly/data_handler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
import gzip
21
import stat
32
from typing import Callable, List, Optional, Union
43
import zipfile
54
from io import BytesIO
65
from pathlib import Path
76
from abc import abstractmethod
8-
97
from .common import PathLike
108

119

0 commit comments

Comments
 (0)