Skip to content

Commit

Permalink
Remove unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kra-mo committed Apr 5, 2024
1 parent 94d8fb7 commit 8d4a1c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hyperplane/shared.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ del path

postmaster = HypPostmasterGeneral()

closed_folder_texture = texture = Gdk.Texture.new_from_resource(
closed_folder_texture = Gdk.Texture.new_from_resource(
PREFIX + "/assets/folder-closed.svg"
)
open_folder_texture = texture = Gdk.Texture.new_from_resource(
open_folder_texture = Gdk.Texture.new_from_resource(
PREFIX + "/assets/folder-open.svg"
)

Expand Down

0 comments on commit 8d4a1c1

Please sign in to comment.