Skip to content

Commit

Permalink
Significantly improved performance (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
yakimka authored Sep 4, 2023
1 parent cbe242d commit ad0e31d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions difflume/diffapp/modules.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from __future__ import annotations

import asyncio
import contextlib
import json
from abc import ABC, abstractmethod
Expand Down Expand Up @@ -73,7 +72,6 @@ def rewrite_inputs(self) -> None:
return None

async def load(self) -> None:
await asyncio.sleep(3)
if self.ready():
return
self.rewrite_inputs()
Expand Down

0 comments on commit ad0e31d

Please sign in to comment.