Skip to content

Commit

Permalink
remove buildermethod
Browse files Browse the repository at this point in the history
  • Loading branch information
m-julian committed May 12, 2024
1 parent c70255e commit 3b941ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.11.4"
},
"orig_nbformat": 4
},
Expand Down
2 changes: 0 additions & 2 deletions ichor_core/ichor/core/files/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from pathlib import Path
from typing import Optional, Union

from ichor.core.common.functools import buildermethod
from ichor.core.common.io import move
from ichor.core.common.types import NoStr
from ichor.core.files.path_object import PathObject
Expand Down Expand Up @@ -150,7 +149,6 @@ def _initialise_contents(self):
"""
pass

@buildermethod
def read(self, *args, **kwargs):
"""Read the contents of the file. Depending on the type of file, different parts will be read in.
Expand Down

0 comments on commit 3b941ee

Please sign in to comment.