Skip to content

Commit

Permalink
Remove unused function.
Browse files Browse the repository at this point in the history
  • Loading branch information
terjekv committed Feb 21, 2024
1 parent b88b900 commit 7490071
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mreg_cli/utilities/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ def create_and_set_corrolation_id(suffix: str) -> str:
return corrolation_id


def set_headers(headers: Dict[str, str]) -> None:
"""Set headers for the session."""
session.headers.update(headers)


def set_file_permissions(f: str, mode: int) -> None:
"""Set file permissions on a file."""
try:
Expand Down

0 comments on commit 7490071

Please sign in to comment.