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 208d43b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 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 Expand Up @@ -469,6 +467,7 @@ def list_directory(self, path):
""" Disable directory listing. """
self.send_error(405, "No permission to list directory")


class Product:
"""
Represents a product, which is a distinct storage of analysis reports in
Expand Down

0 comments on commit 208d43b

Please sign in to comment.