Skip to content

Commit

Permalink
black fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Oct 24, 2022
1 parent 74f0f42 commit d9357a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions yt_idv/scene_components/base_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,7 @@ def _colormap_fragment_default(self):
@traitlets.default("base_quad")
def _default_base_quad(self):
bq = SceneData(
name="fullscreen_quad",
vertex_array=VertexArray(name="tri", each=6),
name="fullscreen_quad", vertex_array=VertexArray(name="tri", each=6),
)
fq = FULLSCREEN_QUAD.reshape((6, 3), order="C")
bq.vertex_array.attributes.append(
Expand Down

0 comments on commit d9357a3

Please sign in to comment.