Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
Signed-off-by: Laurynas Jagutis <[email protected]>
  • Loading branch information
Laurynas-Jagutis committed Dec 10, 2024
1 parent 40315d0 commit a7591e1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ def error_message(self) -> str: # type: ignore[empty-body]
pass # pragma: no cover

@make_c_binding
def create_pgm_vnf_converter(self, data: str, experimental_features: int) -> PgmVnfConverterPtr: # type: ignore[empty-body]
def create_pgm_vnf_converter( # type: ignore[empty-body]
self, data: str, experimental_features: int
) -> PgmVnfConverterPtr:
pass # pragma: no cover

@make_c_binding
Expand Down

0 comments on commit a7591e1

Please sign in to comment.