Removed unused

This commit is contained in:
Dimitris Zlatanidis 2023-04-29 22:24:44 +03:00
parent 056bc4f993
commit b662d65950

View file

@ -75,9 +75,6 @@ class CheckUpdates(Configs):
def compare_dates(self, local_chg_txt: Path, repo_chg_txt: str) -> bool:
local_size: int = 0
if repo_chg_txt.startswith('file'):
return False
try:
http = PoolManager()
proxy_default_headers = make_headers(proxy_basic_auth=f'{self.proxy_username}:{self.proxy_password}')