Skip to content

Commit 9ca2a5b

Browse files
committed
fix code formatting
1 parent 2ce105e commit 9ca2a5b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/xspect/mlst_feature/mlst_helper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Module for utility functions used in other modules regarding MLST. """
1+
"""Module for utility functions used in other modules regarding MLST."""
22

33
__author__ = "Cetin, Oemer"
44

src/xspect/models/result.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Module for storing the results of XspecT models. """
1+
"""Module for storing the results of XspecT models."""
22

33
from enum import Enum
44

src/xspect/pipeline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Module for defining the Pipeline class. """
1+
"""Module for defining the Pipeline class."""
22

33
import json
44
from pathlib import Path

src/xspect/run.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Module with XspecT global run class, which summarizes individual model results. """
1+
"""Module with XspecT global run class, which summarizes individual model results."""
22

33
import json
44
from pathlib import Path

src/xspect/train_filter/extract_and_concatenate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Module for extracting and concatenating assemblies. """
1+
"""Module for extracting and concatenating assemblies."""
22

33
__author__ = "Berger, Phillip"
44

tests/test_probabilistic_filter_svm_model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Tests for the ProbabilisticFilterSVMModel class. """
1+
"""Tests for the ProbabilisticFilterSVMModel class."""
22

33
# pylint: disable=redefined-outer-name
44

0 commit comments

Comments
 (0)