mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
isort import formatting
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
#
|
||||
#
|
||||
|
||||
from .base import ValuesMixin
|
||||
import re
|
||||
|
||||
from .base import ValuesMixin
|
||||
|
||||
|
||||
class _ChunkedValuesMixin(ValuesMixin):
|
||||
CHUNK_SIZE = 255
|
||||
|
||||
Reference in New Issue
Block a user