Skip to content

Commit

Permalink
Code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Joeres authored and Roman Joeres committed Sep 2, 2022
1 parent 3e88d7e commit 94661d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions glyles/converter.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
import sys
import logging
from enum import Enum

from glyles.glycans.factory.factory import MonomerFactory
from glyles.glycans.utils import ParseError
Expand Down Expand Up @@ -44,7 +43,7 @@ def convert(
output_file=None,
returning=True,
verbose=logging.INFO,
full=True
full=True,
):
"""
General user interaction interface to use this library.
Expand Down Expand Up @@ -116,7 +115,7 @@ def convert_generator(
glycan_file=None,
glycan_generator=None,
verbose=logging.INFO,
full=True
full=True,
):
"""
General user interaction interface to use this library.
Expand Down

0 comments on commit 94661d2

Please sign in to comment.