Skip to content

Commit b589c81

Browse files
committed
added back __future__ annotations as it is still not part of python3
1 parent 56239ec commit b589c81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RecoLocalMuon/GEMCSCSegment/test/plotGEMCSCCoincidenceRate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python3.9
2+
from __future__ import annotations
23
from dataclasses import dataclass
34
from functools import cached_property
45
from typing import Optional

0 commit comments

Comments
 (0)