Skip to content

Commit

Permalink
fix pyflakes
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Jul 5, 2012
1 parent 8a953d9 commit a882f42
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion master/buildbot/changes/hgpoller.py
Expand Up @@ -14,7 +14,6 @@
# Copyright Buildbot Team Members

import time
import tempfile
import os
from twisted.python import log
from twisted.internet import defer, utils
Expand Down
2 changes: 0 additions & 2 deletions master/buildbot/test/unit/test_changes_hgpoller.py
Expand Up @@ -14,10 +14,8 @@
# Copyright Buildbot Team Members

import os
import shutil
from twisted.trial import unittest
from twisted.internet import defer
from exceptions import Exception
from buildbot.changes import hgpoller
from buildbot.test.util import changesource, gpo
from buildbot.test.fake.fakedb import FakeDBConnector
Expand Down

0 comments on commit a882f42

Please sign in to comment.