Skip to content

Commit

Permalink
impl
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunwoongko committed Dec 2, 2022
1 parent a787fb4 commit 7f5ab4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions datrie/_datrie_impl.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import mmap
from typing import List, Any, Tuple, Dict


Expand Down Expand Up @@ -352,7 +351,6 @@ def get(self, key) -> Any:
return None

def save(self, filename: str):
import pandas as pd

data = self.__dict__
check = self.check
Expand Down

0 comments on commit 7f5ab4a

Please sign in to comment.