Skip to content

Commit

Permalink
fixing python 3.9 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
travishathaway committed Jan 16, 2025
1 parent 43de089 commit 7e0fa45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_anaconda_telemetry/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_install_arguments() -> tuple[str, ...]:
return context._argparse_args.packages


@dataclass(frozen=True, slots=True)
@dataclass(frozen=True)
class SysInfo:
"""Holds specific system information about a conda installation/environment."""

Expand Down

0 comments on commit 7e0fa45

Please sign in to comment.