mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
chore(pre-commit): Add pyupgrade and pycln hooks (#24197)
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
import logging
|
||||
import time
|
||||
import unittest
|
||||
from datetime import datetime, timedelta
|
||||
from typing import Any, Callable, cast, Dict, Iterator, Optional, Type, Union
|
||||
from datetime import timedelta
|
||||
from typing import Any, Optional
|
||||
from unittest.mock import patch
|
||||
|
||||
from flask import current_app
|
||||
|
||||
Reference in New Issue
Block a user