style: apply ruff auto-fixes
This commit is contained in:
@@ -16,7 +16,6 @@ from dataclasses import dataclass, field
|
||||
from typing import Any, Dict, List, Optional, Callable, Set
|
||||
from pathlib import Path
|
||||
import json
|
||||
import shutil
|
||||
|
||||
from rich.box import SIMPLE
|
||||
from rich.console import Group
|
||||
@@ -1678,7 +1677,7 @@ class Table:
|
||||
try:
|
||||
int(value)
|
||||
except ValueError:
|
||||
print(f"Must be an integer")
|
||||
print("Must be an integer")
|
||||
continue
|
||||
|
||||
return value
|
||||
|
||||
Reference in New Issue
Block a user