Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Feb 24, 2025
1 parent 61004b4 commit 28bcf6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RNS/Utilities/rnid.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

from CRNS import RNS
import RNS
import argparse
import time
import sys
Expand Down
2 changes: 1 addition & 1 deletion RNS/Utilities/rnprobe.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

from CRNS import RNS
import RNS
import os
import sys
import time
Expand Down
2 changes: 1 addition & 1 deletion RNS/Utilities/rnstatus.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

from CRNS import RNS
import RNS
import os
import sys
import time
Expand Down

0 comments on commit 28bcf6a

Please sign in to comment.