Skip to content

Commit 2b3b463

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0f263d6 commit 2b3b463

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cooler/fileops.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
from __future__ import annotations
22

3-
import os
4-
53
# from textwrap import dedent
64
import json
5+
import os
76
import warnings
87
from collections.abc import Callable
98
from datetime import datetime

0 commit comments

Comments
 (0)