Skip to content

Commit

Permalink
Remove unused import from pipes
Browse files Browse the repository at this point in the history
Also, the module "pipes" is no longer available with Python 3.13.
  • Loading branch information
hannesbraun committed Oct 16, 2024
1 parent 35711fc commit 9fb5bbd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/checker/checker/IsabelleChecker.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from pipes import quote
import shutil, os, re, subprocess
from django.conf import settings

Expand Down
1 change: 0 additions & 1 deletion src/checker/checker/RChecker.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from pipes import quote
import shutil, os, re, subprocess
from django.conf import settings

Expand Down
1 change: 0 additions & 1 deletion src/checker/compiler/Builder.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
from pipes import quote
import re, subprocess
import shlex
from django.db import models
Expand Down

0 comments on commit 9fb5bbd

Please sign in to comment.