Skip to content

Commit

Permalink
Merge pull request #71 from chStaiger/jpm/feature/65_remove_annotations
Browse files Browse the repository at this point in the history
[#65] Remove unneeded annotations
  • Loading branch information
chStaiger authored Mar 16, 2023
2 parents 20903cf + 0eab1d7 commit 399f2fc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions utils/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""iBridges utility classes and functions.
"""
from __future__ import annotations
import datetime
import logging
import logging.handlers
Expand Down Expand Up @@ -34,7 +33,6 @@ class PurePath(str):
based on the best of str and pathlib.
"""
a: PurePath
_path = None
_posix = None

Expand Down Expand Up @@ -213,7 +211,6 @@ class IrodsPath(PurePath, irods.path.iRODSPath):
instantiation.
"""
a: IrodsPath

def __new__(cls, *args):
"""Instantiate an IrodsPath.
Expand Down Expand Up @@ -249,7 +246,6 @@ class LocalPath(PurePath):
based on the best of str and pathlib.
"""
a: LocalPath

def __new__(cls, *args, **kwargs):
"""Instantiate a LocalPath.
Expand Down

0 comments on commit 399f2fc

Please sign in to comment.