Skip to content

Commit

Permalink
fix: remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
syu-w committed Apr 16, 2024
1 parent 4e08d39 commit f19efbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions snapcraft/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import os
import pathlib
import sys
from functools import cache
from typing import Any, Optional

import craft_application.commands as craft_app_commands
Expand Down Expand Up @@ -172,7 +171,6 @@ def _extra_yaml_transform(
self._parse_info = extract_parse_info(new_yaml_data)
return apply_root_packages(new_yaml_data)

@cache
@staticmethod
def _get_argv_command() -> str | None:
"""Return the first non-option argument."""
Expand Down

0 comments on commit f19efbd

Please sign in to comment.