Skip to content

Commit 4244fc7

Browse files
committed
move utils folder into authorityspoke package
1 parent ed910b6 commit 4244fc7

File tree

6 files changed

+2
-21
lines changed

6 files changed

+2
-21
lines changed

authorityspoke/codes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from anchorpoint.textselectors import TextQuoteSelector, TextPositionSelector
1111
from bs4 import BeautifulSoup
1212

13-
from utils.roman import from_roman
13+
from authorityspoke.utils.roman import from_roman
1414

1515

1616
class Code:

authorityspoke/io/schemas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from authorityspoke.procedures import Procedure
2727
from authorityspoke.rules import Rule
2828

29-
from utils.marshmallow_oneofschema.one_of_schema import OneOfSchema
29+
from authorityspoke.utils.marshmallow_oneofschema.one_of_schema import OneOfSchema
3030

3131
RawSelector = Union[str, Dict[str, str]]
3232
RawEnactment = Dict[str, Union[str, List[RawSelector]]]

utils/marshmallow_oneofschema/one_of_schema.py renamed to authorityspoke/utils/marshmallow_oneofschema/one_of_schema.py

File renamed without changes.

utils/cache.py

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)