We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176454d commit 9b8a71aCopy full SHA for 9b8a71a
onlinejudge_verify/languages/csharp.py
@@ -15,8 +15,6 @@
15
16
logger = getLogger(__name__)
17
18
-dotnet_dll_caches_dir = pathlib.Path('.verify-helper/cache') / 'dotnet'
19
-
20
21
@functools.lru_cache(maxsize=1)
22
def _check_dotnet_version() -> None:
0 commit comments