Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
rm backwards-compatibility-attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwienk committed Nov 4, 2020
1 parent d499f98 commit c852d3c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bindings-python/gci/componentmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,6 @@ def current_repository_ctx(self):
return None
return self.repositoryContexts[-1]

# XXX rm asap - keep for backards-compat
localResources: typing.List[Resource] = dataclasses.field(default_factory=list)
externalResources: typing.List[Resource] = dataclasses.field(default_factory=list)


@dc
class ComponentDescriptor:
Expand Down

0 comments on commit c852d3c

Please sign in to comment.