Remove unneeded shebang from test_processing.py.

Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
This commit is contained in:
Elisei Roca 2021-09-19 21:05:56 +02:00 committed by Ben Sturmfels
parent b30ee2e4d2
commit 5ff0fe2f20
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
from mediagoblin import processing from mediagoblin import processing
class TestProcessing: class TestProcessing: