Skip to content

Commit 33d72e9

Browse files
authored
Remove duplicated line (#344)
1 parent 0f584d4 commit 33d72e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pylammpsmpi/wrapper/concurrent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ def has_jpeg_support(self) -> Future:
394394
A future object representing whether the Lammps library has JPEG support.
395395
"""
396396
return self._send_and_receive_dict(command="has_jpeg_support", data=[])
397-
return self._send_and_receive_dict(command="has_jpeg_support", data=[])
398397

399398
@property
400399
def has_ffmpeg_support(self):

0 commit comments

Comments
 (0)