mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Fix typing
This commit is contained in:
parent
56cec02d44
commit
98c4b7508f
2 changed files with 4 additions and 4 deletions
|
@ -38,5 +38,5 @@ class UFPReader(MeshReader):
|
|||
|
||||
# Open the GCodeReader to parse the data
|
||||
gcode_reader = PluginRegistry.getInstance().getPluginObject("GCodeReader") # type: ignore
|
||||
gcode_reader.preReadFromStream(gcode_stream)
|
||||
return gcode_reader.readFromStream(gcode_stream)
|
||||
gcode_reader.preReadFromStream(gcode_stream) # type: ignore
|
||||
return gcode_reader.readFromStream(gcode_stream) # type: ignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue