Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Apr 29, 2022
1 parent 9e5f538 commit 7c8a5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netfoundry/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def camel(self, snake_str):


NET_RESOURCES = dict() # resources in network domain
ZITI_NET_RESOURCES = dict() # network resources that can be updated
ZITI_NET_RESOURCES = dict() # network resources that are backed 1:1 by a zitiId
MUTABLE_NET_RESOURCES = dict() # network resources that can be updated
MUTABLE_RESOURCE_ABBREV = dict() # unique abbreviations for ^
EMBED_NET_RESOURCES = dict() # network resources that may be fetched as embedded collections
Expand Down

0 comments on commit 7c8a5c1

Please sign in to comment.