Markus Roßkopf
Results
1
comments of
Markus Roßkopf
Hi @florianschanda, when the method [*is_visible*](https://github.com/bmw-software-engineering/trlc/blob/d58639c049382052f486293091d622b0ef13dfae/trlc/ast.py#L277) is called while the *import* keyword is not followed by a name, leaving *self.imports* empty, the [*assert*](https://github.com/bmw-software-engineering/trlc/blob/d58639c049382052f486293091d622b0ef13dfae/trlc/ast.py#L279C16-L279C28) statement is triggered. Shouldn't we print an...