Skip to content

Commit

Permalink
Add notes for core files not copied
Browse files Browse the repository at this point in the history
  • Loading branch information
liamgriffiths committed Jun 18, 2024
1 parent 931e38e commit a547115
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions substrate/core/client/future.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""
CORE ꩜ SUBSTRATE
NOTE: this file is not copied from the main repo
"""
from typing import Union, TypeVar, Optional

Expand Down
2 changes: 2 additions & 0 deletions substrate/core/corenode.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""
CORE ꩜ SUBSTRATE
NOTE: this file is not copied from the main repo
"""
from typing import Any, List, Type, Generic, TypeVar, Optional

Expand Down
2 changes: 2 additions & 0 deletions substrate/core/future_directive.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""
CORE ꩜ SUBSTRATE
NOTE: this file is not copied from the main repo
"""
from abc import ABC
from typing import (
Expand Down

0 comments on commit a547115

Please sign in to comment.