Skip to content

Commit

Permalink
Merge pull request #78 from penguinpee/master
Browse files Browse the repository at this point in the history
Fix shebangs and file mode
  • Loading branch information
arokem authored Apr 2, 2024
2 parents d5903f5 + a1b2658 commit 86bf5a9
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 10 deletions.
Empty file modified trx/__init__.py
100755 → 100644
Empty file.
1 change: 0 additions & 1 deletion trx/fetcher.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

import hashlib
Expand Down
1 change: 0 additions & 1 deletion trx/io.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

import os
Expand Down
1 change: 0 additions & 1 deletion trx/streamlines_ops.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

import itertools
Expand Down
1 change: 0 additions & 1 deletion trx/tests/test_io.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

from copy import deepcopy
Expand Down
1 change: 0 additions & 1 deletion trx/tests/test_memmap.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

import os
Expand Down
1 change: 0 additions & 1 deletion trx/tests/test_streamlines_ops.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

import numpy as np
Expand Down
1 change: 0 additions & 1 deletion trx/trx_file_memmap.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

from copy import deepcopy
Expand Down
1 change: 0 additions & 1 deletion trx/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

from nibabel.streamlines.tractogram import TractogramItem
Expand Down
1 change: 0 additions & 1 deletion trx/viz.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

import itertools
Expand Down
1 change: 0 additions & 1 deletion trx/workflows.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

from copy import deepcopy
Expand Down

0 comments on commit 86bf5a9

Please sign in to comment.