Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed May 7, 2024
1 parent 4e3823a commit aa5dbde
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jg/eggtray/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import click

from jg.eggtray.schema import parse
from jg.eggtray.profile import parse


@click.command()
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import pytest

from jg.eggtray.schema import parse
from jg.eggtray.profile import parse


@pytest.mark.parametrize(
Expand Down

0 comments on commit aa5dbde

Please sign in to comment.