Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Discookie committed Nov 6, 2024
1 parent 5062c11 commit 2b80fce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/server/codechecker_server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@
from functools import partial
from http.server import HTTPServer, SimpleHTTPRequestHandler
import os
import posixpath
import shutil
import signal
import socket
import ssl
import sys
from typing import List, Optional, Tuple
import urllib

import multiprocess
from sqlalchemy.orm import sessionmaker
Expand Down

0 comments on commit 2b80fce

Please sign in to comment.