graphite-project / carbon

Consider removing the commented out code block PY-W0069
Anti-pattern
Major
1 occurrence in this check
Consider removing the commented out code block
  3import sys
  4
  5from twisted.internet.protocol import ServerFactory, DatagramProtocol
  6# from twisted.application.internet import TCPServer, UDPServer  7from twisted.application import service
  8from twisted.internet.error import ConnectionDone
  9from twisted.internet import reactor, tcp, udp