Skip to content

Commit be58e3a

Browse files
committed
Remove unused import
1 parent ced54e8 commit be58e3a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/penn_chime/defaults.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
#!/usr/bin/env python
2-
"""Set defaults for your fork/locality here
3-
4-
after we merge this in we can set defaults in a `config/env` type of file
5-
"""
6-
7-
from collections import namedtuple
1+
"""Defaults."""
82

93
from .utils import RateLos
104

0 commit comments

Comments
 (0)