[lint] Enable Ruff UP037 to drop redundant quoted annotations (#27984)
This commit is contained in:
@@ -209,7 +209,7 @@ class StorageOperation:
|
||||
self.id = StorageOperation.counter
|
||||
StorageOperation.counter += 1
|
||||
|
||||
def __lt__(self, other: "StorageOperation"):
|
||||
def __lt__(self, other: StorageOperation):
|
||||
return self.id < other.id
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user