Skip to content

Commit 4e23ed4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d2f2b5a commit 4e23ed4

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

geneplexus/_config/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Basic configurations."""
2+
23
from . import config
34
from .logger_util import make_logger
45

geneplexus/_config/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Global variables used by the GenePlexus library."""
2+
23
import os.path as osp
34
import pathlib
45
from typing import Any

geneplexus/_config/logger_util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Logger utilities."""
2+
23
import logging
34
from contextlib import contextmanager
45
from typing import Optional

geneplexus/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Command line interface for the GenePlexus pipeline."""
2+
23
import argparse
34
import atexit
45
import json

geneplexus/download.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Data download module."""
2+
23
import io
34
import os
45
import os.path as osp

geneplexus/geneplexus.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""GenePlexus API."""
2+
23
import os
34
import os.path as osp
45
import tempfile

geneplexus/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Utilities including file and path handling."""
2+
23
import functools
34
import json
45
import os

0 commit comments

Comments
 (0)