Skip to content

Commit

Permalink
oops refmt for black
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm committed Aug 27, 2024
1 parent b7e269c commit 1acb50b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/common.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#type: ignore
# type: ignore
"""
Common util functions
"""
Expand Down
2 changes: 1 addition & 1 deletion core/mergeutils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#type: ignore
# type: ignore
"""
Utilities for reading multiple VCFs simulataneously
and keeping them in sync.
Expand Down
2 changes: 1 addition & 1 deletion core/tr_harmonizer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#type: ignore
# type: ignore
"""
Utilities for harmonizing tandem repeat VCF records.
Expand Down
2 changes: 1 addition & 1 deletion core/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#type: ignore
# type: ignore
"""
Util functions for calculating summary STR statistics
and performing basic string operations on STR alleles.
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#type: ignore
# type: ignore
"""Nox sessions."""
import os
import shutil
Expand Down

0 comments on commit 1acb50b

Please sign in to comment.