mirror of
				https://github.com/arcan1s/ahriman.git
				synced 2025-10-30 21:33:43 +00:00 
			
		
		
		
	type: remove unused typeguard
This commit is contained in:
		| @ -21,7 +21,6 @@ import configparser | ||||
| import shlex | ||||
| import sys | ||||
|  | ||||
| from collections.abc import Callable | ||||
| from pathlib import Path | ||||
| from typing import Any, Self | ||||
|  | ||||
| @ -68,7 +67,6 @@ class Configuration(configparser.RawConfigParser): | ||||
|     _LEGACY_ARCHITECTURE_SPECIFIC_SECTIONS = ["web"] | ||||
|     ARCHITECTURE_SPECIFIC_SECTIONS = ["alpm", "build", "sign"] | ||||
|     SYSTEM_CONFIGURATION_PATH = Path(sys.prefix) / "share" / "ahriman" / "settings" / "ahriman.ini" | ||||
|     converters: dict[str, Callable[[str], Any]]  # typing guard | ||||
|  | ||||
|     def __init__(self, allow_no_value: bool = False, allow_multi_key: bool = True) -> None: | ||||
|         """ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user