🚧 Remove the deps installation and disable mypy caching
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
This commit is contained in:
@@ -35,6 +35,26 @@ if TYPE_CHECKING:
|
||||
|
||||
logger = getLogger(__name__)
|
||||
|
||||
# import cProfile
|
||||
# import io
|
||||
# import pstats
|
||||
# import contextlib
|
||||
|
||||
|
||||
# @contextlib.contextmanager
|
||||
# def profiled():
|
||||
# pr = cProfile.Profile()
|
||||
# pr.enable()
|
||||
# yield
|
||||
# pr.disable()
|
||||
# s = io.StringIO()
|
||||
# ps = pstats.Stats(pr, stream=s).sort_stats("cumulative")
|
||||
# ps.print_stats()
|
||||
# # uncomment this to see who's calling what
|
||||
# # ps.print_callers()
|
||||
# print(s.getvalue())
|
||||
|
||||
|
||||
class StopAreaStopAssociations(Base):
|
||||
|
||||
id = mapped_column(BigInteger, primary_key=True)
|
||||
|
Reference in New Issue
Block a user