Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kondratyevd committed Feb 27, 2024
1 parent b77c73a commit 8a156ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions af_benchmark/executor/base.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
from abc import ABC, abstractmethod
# from profiling.timing import time_profiler as tp

import time

class BaseExecutor(ABC):
"""A base class for a benchmark executor
"""

@abstractmethod
def __init__(self, **kwargs):
return

Expand Down

0 comments on commit 8a156ca

Please sign in to comment.