Skip to content

Commit 2731f2e

Browse files
committed
Remove environment2.yml
1 parent 369ee8a commit 2731f2e

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

environment2.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

itables/sample_dfs.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
import math
22
import string
33
from datetime import datetime, timedelta
4-
5-
try:
6-
from functools import lru_cache
7-
except ImportError:
8-
from functools32 import lru_cache
9-
4+
from functools import lru_cache
105
from itertools import cycle
116

127
import numpy as np

0 commit comments

Comments
 (0)