Skip to content

Commit

Permalink
Merge pull request #49 from GavinHuttley/develop
Browse files Browse the repository at this point in the history
MAINT: address ruff issues
  • Loading branch information
GavinHuttley authored Dec 26, 2023
2 parents bcfe75b + 00653e7 commit 3116df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ def test_exportrc(tmp_dir):

def test_install(tmp_config):
runner = CliRunner()
r = runner.invoke(install, [f"-c{tmp_config}"])
_ = runner.invoke(install, [f"-c{tmp_config}"])
2 changes: 1 addition & 1 deletion tests/test_installed.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_get_genes(one_genome, make_seq_name):
cds_name = "CDS:B0019.1"
if make_seq_name:
# silly hack to make sure function applied
make_seq_name = lambda x: x.name * 2
make_seq_name = lambda x: x.name * 2 # noqa: E731

gene = list(
get_seqs_for_ids(
Expand Down

0 comments on commit 3116df0

Please sign in to comment.