Remove unused field import from update_check.py
This commit is contained in:
parent
3ccca16aac
commit
9a7d080e94
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ import json
|
|||
import time
|
||||
import urllib.request
|
||||
import logging
|
||||
from dataclasses import dataclass, field
|
||||
from dataclasses import dataclass
|
||||
from pathlib import Path
|
||||
from typing import Optional
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue