We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0f666 commit c372bb0Copy full SHA for c372bb0
src/azul/service/source_service.py
@@ -161,10 +161,10 @@ def configured_public_sources(self) -> Iterable[SourceRef]:
161
authentication=None))
162
return public_sources
163
else:
164
- return [
+ return {
165
SourceRef.from_json(source)
166
for source in json_element_mappings(public_sources)
167
- ]
+ }
168
169
@property
170
def configured_public_sources_for_outsourcing(self) -> JSONs:
0 commit comments