Skip to content

Commit

Permalink
Remove std-lib version of xdrlib
Browse files Browse the repository at this point in the history
  • Loading branch information
JHKru committed Aug 7, 2024
1 parent b23bbd7 commit 5b27f4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions src/biotraj/formats/trr.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@

import os
import warnings
import xdrlib

import numpy as np

cimport numpy as np
Expand Down
3 changes: 1 addition & 2 deletions src/biotraj/formats/xtc.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@
###############################################################################
# Imports
###############################################################################

import os
import warnings
import xdrlib

import numpy as np

cimport numpy as np
Expand Down

0 comments on commit 5b27f4d

Please sign in to comment.