Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
JochenSiegWork committed Nov 18, 2024
1 parent f558d1f commit 696ee93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_elements/test_any2mol/test_smiles2mol.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
"""Test smiles to mol pipeline element."""

import unittest
from typing import Any

from molpipeline import Pipeline
from molpipeline.any2mol import SmilesToMol


class TestAuto2Mol(unittest.TestCase):
class TestSmiles2Mol(unittest.TestCase):
"""Test case for testing conversion of SMILES input to molecules."""

def test_smiles2mol_explict_hydrogens(self) -> None:
Expand Down

0 comments on commit 696ee93

Please sign in to comment.