From 8aefe1113706b4c1ee1835ee8eb9ee7e335435aa Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Wed, 13 Nov 2019 06:20:58 -0800 Subject: [PATCH] Removed unnecessary __init__.py creation in admin_scripts.tests. --- tests/admin_scripts/tests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/admin_scripts/tests.py b/tests/admin_scripts/tests.py index dbbb85e714..3dc79dd514 100644 --- a/tests/admin_scripts/tests.py +++ b/tests/admin_scripts/tests.py @@ -46,8 +46,6 @@ class AdminScriptTestCase(SimpleTestCase): # where `/var` is a symlink to `/private/var`. self.test_dir = os.path.realpath(os.path.join(tmpdir.name, 'test_project')) os.mkdir(self.test_dir) - with open(os.path.join(self.test_dir, '__init__.py'), 'w'): - pass def write_settings(self, filename, apps=None, is_dir=False, sdict=None, extra=None): if is_dir: