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.
2 parents cec1383 + b8ce44a commit f12b7dfCopy full SHA for f12b7df
src/powerapi/message.py
@@ -1,4 +1,4 @@
1
-# Copyright (c) 2022, INRIA
+# Copyright (c) 2022, Inria
2
# Copyright (c) 2022, University of Lille
3
# All rights reserved.
4
#
@@ -27,16 +27,6 @@
27
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
30
-from __future__ import annotations
31
-from typing import TYPE_CHECKING
32
-
33
34
-if TYPE_CHECKING:
35
- from powerapi.database import BaseDB
36
- from powerapi.filter import Filter
37
- from powerapi.dispatcher import RouteTable
38
- from powerapi.formula import FormulaActor, FormulaState
39
40
41
class Message:
42
"""
0 commit comments