Skip to content

Commit

Permalink
chore: black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Oct 18, 2023
1 parent bd242e8 commit 27402c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 50 deletions.
1 change: 0 additions & 1 deletion fgpyo/fasta/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def samtools_dict(*args: Any) -> None:
def samtools_faidx(*args: Any) -> None:
pass


else:
from pysam import dict as samtools_dict
from pysam import faidx as samtools_faidx
Expand Down
48 changes: 2 additions & 46 deletions poetry.lock

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

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ typing_extensions = { version = ">=3.7.4", python = "<3.8" } # Literal support
typing_inspect = { version = ">=0.3.1", python = "<3.8" } # inspecting types
sphinx = {version = "4.3.1", optional = true}
pysam = ">=0.20.0"
sphinx_rtd_theme = {version = "1.3.0", optional = true}
py = "^1.11.0"

[tool.poetry.extras]
docs = ["sphinx", "sphinx_rtd_theme"]
Expand All @@ -46,5 +44,5 @@ pytest-cov = ">=2.8.1"
isort = ">=5.10.1"

[build-system]
requires = ["poetry>=1.5"]
requires = ["poetry>=1.2"]
build-backend = "poetry.masonry.api"

0 comments on commit 27402c2

Please sign in to comment.