mirror of https://github.com/kivy/kivy.git
boxlayout: remove unused import
This commit is contained in:
parent
6638f978f5
commit
8a1ee8c0e7
|
@ -36,7 +36,6 @@ layout, and the second should be 30%. ::
|
|||
|
||||
__all__ = ('BoxLayout', )
|
||||
|
||||
import kivy
|
||||
from kivy.clock import Clock
|
||||
from kivy.uix.layout import Layout
|
||||
from kivy.properties import NumericProperty, OptionProperty
|
||||
|
|
Loading…
Reference in New Issue