Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Arohan Ajit authored and Arohan Ajit committed Jan 23, 2025
1 parent 4521f53 commit ffbcd4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gui/wxpython/vdigit/wxdisplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
import locale
import os
import sys
from ctypes import CFUNCTYPE, UNCHECKED, String, byref, c_double, c_int, pointer
from ctypes import CFUNCTYPE, byref, c_double, c_int, pointer
from grass.lib.ctypes_preamble import UNCHECKED, String

import wx
from core.debug import Debug
Expand Down

0 comments on commit ffbcd4c

Please sign in to comment.