File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -258,11 +258,15 @@ def rotation(self, val: int) -> None:
258258 @property
259259 def root_group (self ) -> None :
260260 """Placeholder attribute to catch displayio use"""
261- raise NotImplementedError ("Please use a displayio driver for the display. This is the pixel-level driver." )
261+ raise NotImplementedError (
262+ "Please use a displayio driver for the display. This is the pixel-level driver."
263+ )
262264
263265 @root_group .setter
264266 def root_group (self , val ) -> None :
265- raise NotImplementedError ("Please use a displayio driver for the display. This is the pixel-level driver." )
267+ raise NotImplementedError (
268+ "Please use a displayio driver for the display. This is the pixel-level driver."
269+ )
266270
267271
268272
You can’t perform that action at this time.
0 commit comments