test_builtin_handlers.py: fix pylint

This commit is contained in:
Scott Moser 2013-07-11 10:15:58 -04:00
parent a7e073f6cd
commit 49179d3acf

View File

@ -1,7 +1,6 @@
"""Tests of the built-in user data handlers."""
import os
import unittest
from tests.unittests import helpers as test_helpers