Skip to content

Commit

Permalink
remove usr/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Sep 26, 2024
1 parent 4998002 commit 7a8c7ab
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 17 deletions.
2 changes: 0 additions & 2 deletions parserator/data_prep_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/python

import csv

from lxml import etree
Expand Down
3 changes: 0 additions & 3 deletions parserator/manual_labeling.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/python


import csv
import os.path
import sys
Expand Down
3 changes: 0 additions & 3 deletions parserator/parser_template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/python


def init_template():

return """\
Expand Down
3 changes: 0 additions & 3 deletions parserator/spotcheck.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/python


import pycrfsuite


Expand Down
3 changes: 0 additions & 3 deletions parserator/training.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/python


import os
import re
import textwrap
Expand Down
3 changes: 0 additions & 3 deletions tests/test_xml.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/python


import unittest

from lxml import etree
Expand Down

0 comments on commit 7a8c7ab

Please sign in to comment.