Skip to content

Commit

Permalink
linting import error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
smitkadvani committed Jan 19, 2024
1 parent 4c88af9 commit 87fce0d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions bioframe/core/checks.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import numpy as np
import pandas as pd

from .. import ops
from . import construction
from .specs import _get_default_colnames
from .specs import _verify_column_dtypes
from .specs import _verify_columns
from .specs import (
_get_default_colnames,
_verify_column_dtypes,
_verify_columns
)
from .. import ops

__all__ = [
"is_bedframe",
Expand Down

0 comments on commit 87fce0d

Please sign in to comment.