Skip to content

Commit

Permalink
Fix for isort
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Parnell <tpa@zurich.ibm.com>
  • Loading branch information
tdoublep committed May 29, 2024
1 parent ed54561 commit cf4eae9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions triton_patch/custom_cache_manager.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import os
from triton.runtime.cache import (
FileCacheManager,
default_dump_dir,
default_override_dir,
default_cache_dir
)

from triton.runtime.cache import (FileCacheManager, default_cache_dir,
default_dump_dir, default_override_dir)


class CustomCacheManager(FileCacheManager):
Expand Down

0 comments on commit cf4eae9

Please sign in to comment.