In a couple of spots, kwargs.get('static', False) was being unneccesarily used. In these spots, we can just use self.static instead which is already inherited from the ExternalDependency. In additional, the python system dependency oddly has a kwargs.get('static', False) line which overrides the self.static in that dependency for no real reason. Delete this line too.pull/10325/head
parent
6c0370f62f
commit
8b3a54e508
2 changed files with 2 additions and 3 deletions
Loading…
Reference in new issue