Skip to content

Commit

Permalink
Clean-up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianSzwichtenberg committed Jul 17, 2023
1 parent ee13f98 commit 4f372c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions benchmark/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from .utils import get_split_masks
from .utils import save_benchmark_data, write_to_csv
from .utils import test
from .utils import xpu_profiler

__all__ = [
'emit_itt',
Expand All @@ -15,5 +14,4 @@
'save_benchmark_data',
'write_to_csv',
'test',
'xpu_profiler',
]
2 changes: 2 additions & 0 deletions torch_geometric/profile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
print_time_total,
rename_profile_file,
torch_profile,
xpu_profile,
)
from .utils import count_parameters
from .utils import get_model_size
Expand All @@ -21,6 +22,7 @@
'print_time_total',
'rename_profile_file',
'torch_profile',
'xpu_profile',
'count_parameters',
'get_model_size',
'get_data_size',
Expand Down

0 comments on commit 4f372c7

Please sign in to comment.