Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Aug 16, 2024
1 parent d687c43 commit 734f849
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyenzyme/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from typing import Optional, Generic, TypeVar
from enum import Enum
from uuid import uuid4
from datetime import date, datetime

# Filter Wrapper definition used to filter a list of objects
# based on their attributes
Expand Down
1 change: 0 additions & 1 deletion pyenzyme/tabular.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import pathlib as pl

import pandas as pd
from loguru import logger # type: ignore

from .model import (
DataTypes,
Expand Down

0 comments on commit 734f849

Please sign in to comment.