Skip to content

Commit 0b650e0

Browse files
author
Patrick Evans
committed
fix(api): head requests for projectfilemanager
1 parent 7fa2103 commit 0b650e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gitlab/v4/objects/files.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ class ProjectFileManager(CreateMixin, UpdateMixin, DeleteMixin, RESTManager):
112112
@cli.register_custom_action(
113113
cls_names="ProjectFileManager", required=("file_path", "ref")
114114
)
115-
# NOTE(jlvillal): Signature doesn't match UpdateMixin.update() so ignore
116-
# type error
117115
def head(self, file_path: str, ref: str, **kwargs: Any) -> ProjectFile:
118116
"""Retrieve just metadata for a single file.
119117

0 commit comments

Comments
 (0)