Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
omry committed Mar 18, 2021
1 parent cde836f commit a8afbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omegaconf/listconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def __next__(self) -> Any:
return None
return x

def __repr__(self) -> str:
def __repr__(self) -> str: # pragma: no cover
return f"ListConfig.ListIterator(resolve={self.resolve})"

def _iter_ex(self, resolve: bool) -> Iterator[Any]:
Expand Down

0 comments on commit a8afbf9

Please sign in to comment.