Skip to content

Commit

Permalink
lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
salihuDickson committed Oct 21, 2024
1 parent 1004f8e commit 3541fd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions crategen/converters/utils.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"""Utility functions for handling data conversion."""

import datetime
import os
import re


def convert_to_iso8601(timestamp):
Expand Down
4 changes: 2 additions & 2 deletions crategen/models/tes_models.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""Each model in this module conforms to the corresponding TES model names as specified by the GA4GH schema (https://ga4gh.github.io/task-execution-schemas/docs/)."""

import ntpath
import posixpath
from enum import Enum
from typing import Optional

from pydantic import AnyUrl, BaseModel, root_validator, validator
from rfc3339_validator import validate_rfc3339 # type: ignore
import ntpath
import posixpath


class TESFileType(str, Enum):
Expand Down

0 comments on commit 3541fd0

Please sign in to comment.