Skip to content

Commit

Permalink
fix: black
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Oct 17, 2024
1 parent 65565d8 commit c279385
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ results*
perfs_benchmark.log
.env
bench/
.chromnn
2 changes: 1 addition & 1 deletion src/momics/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
import os
from pathlib import Path
from typing import Literal, Optional, Union

import tiledb


from .logging import logger

DEFAULT_CONFIG_PATH = Path.home() / ".momics.ini"
Expand Down
1 change: 0 additions & 1 deletion src/momics/export.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import logging
import os
from pathlib import Path

import numpy as np
import pyBigWig
import Bio
Expand Down
2 changes: 1 addition & 1 deletion src/momics/generator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Optional, Tuple
from typing import Optional, Tuple

import numpy as np
import pyranges as pr
Expand Down

0 comments on commit c279385

Please sign in to comment.