Skip to content

Commit

Permalink
modernize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Jul 2, 2024
1 parent 337a20a commit 2b14a66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anglerfish/anglerfish.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import Levenshtein as lev
import numpy as np
import pkg_resources
from setuptools import pkg_resources

from .demux.demux import (
Alignment,
Expand Down
2 changes: 1 addition & 1 deletion anglerfish/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from enum import Enum
from typing import Optional

import pkg_resources
import typer
from setuptools import pkg_resources
from typing_extensions import Annotated

from .anglerfish import run_demux
Expand Down

0 comments on commit 2b14a66

Please sign in to comment.