Skip to content

Commit 9c6351c

Browse files
committed
Update poetry then fix black issues
1 parent b607229 commit 9c6351c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

fgpyo/fasta/builder.py

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def samtools_dict(*args: Any) -> None:
4949
def samtools_faidx(*args: Any) -> None:
5050
pass
5151

52-
5352
else:
5453
from pysam import dict as samtools_dict
5554
from pysam import faidx as samtools_faidx

fgpyo/util/metric.py

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
["first last", "42"]
116116
117117
"""
118+
118119
from abc import ABC
119120
from enum import Enum
120121
from pathlib import Path

0 commit comments

Comments
 (0)