Skip to content

Commit

Permalink
chore: fix linter after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Nov 30, 2023
1 parent a0e95e3 commit ed3eb89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nucypher_ops/cli/main.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from importlib.metadata import version

import click

from nucypher_ops.cli.ethereum import cli as ethereum
Expand All @@ -7,8 +9,6 @@
from nucypher_ops.cli.tbtcv2 import cli as tbtcv2
from nucypher_ops.cli.ursula import cli as ursula

from importlib.metadata import version

package_version = version('nucypher_ops')


Expand Down

0 comments on commit ed3eb89

Please sign in to comment.