Skip to content

Commit

Permalink
run ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Jul 8, 2023
1 parent 753e58b commit 7b81320
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions punjab/punjab.tac
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
from twisted.python import syslog

syslog.startLogging(prefix="punjab", facility=syslog.syslog.LOG_LOCAL1)

from twisted.application import internet, service
from twisted.python import syslog
from twisted.web import resource, server, static

from punjab.httpb import HttpbService

syslog.startLogging(prefix="punjab", facility=syslog.syslog.LOG_LOCAL1)
root = static.File("./html")

# uncomment only one of the bosh lines, use_raw does no xml
Expand Down

0 comments on commit 7b81320

Please sign in to comment.