Skip to content

Commit

Permalink
fix: merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mfacchinelli committed Aug 16, 2024
1 parent 921768a commit 9c86b45
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ imap-data-access = {git = "https://github.com/ImperialCollegeLondon/imap-data-ac
cdflib = "^1.3.1"
single-version = "^1.6.0"
psycopg = {extras = ["binary"], version = "^3.2.1"}
single-version = "^1.6.0"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.1"
Expand Down
1 change: 1 addition & 0 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import re
from pathlib import Path

import pytest
from imap_mag.main import app
from typer.testing import CliRunner

Expand Down

0 comments on commit 9c86b45

Please sign in to comment.