Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
6a7fc3ee
"git@developer.sourcefind.cn:cnjsdfcy/simbricks.git" did not exist on "65cce77b414612f56fb7e7df3ee0df5166665e4e"
Commit
6a7fc3ee
authored
Aug 29, 2024
by
Hejing Li
Browse files
system/base.py: future annotations
parent
91345f09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
experiments/simbricks/orchestration/system/base.py
experiments/simbricks/orchestration/system/base.py
+1
-1
No files found.
experiments/simbricks/orchestration/system/base.py
View file @
6a7fc3ee
...
@@ -20,10 +20,10 @@
...
@@ -20,10 +20,10 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
from
__future__
import
annotations
import
abc
import
abc
import
itertools
import
itertools
class
System
:
class
System
:
"""Defines System configuration of the whole simulation"""
"""Defines System configuration of the whole simulation"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment