Skip to content

Commit 8482b81

Browse files
committed
chore: cleanup.
1 parent 230be33 commit 8482b81

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

nitric/resources/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def make(cls: Type[T], name: str) -> T:
4949
"""
5050
# Todo: store the resource reference in a cache to avoid duplicate registrations
5151
r = cls(name)
52-
# r._reg = r._register()
5352
try:
5453
loop = asyncio.get_running_loop()
5554
r._reg = loop.create_task(r._register())

0 commit comments

Comments
 (0)