Remove trailing whitespace.
[cython.git] / tests / compile / fromimport.pyx
1 def f():
2     from spam import eggs
3     from spam.morespam import bacon, eggs, ham
4     from spam import eggs as ova
5