Skip to content

Commit

Permalink
Merge pull request #456 from musicinmybrain/useless-shebang
Browse files Browse the repository at this point in the history
Remove a useless shebang line in a non-executable test script
  • Loading branch information
benkiel authored Oct 11, 2024
2 parents 4b7a05f + 4720133 commit d07b4eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/defcon/test/tools/test_unicodeTools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import unittest
Expand Down

0 comments on commit d07b4eb

Please sign in to comment.