treemanifest: clean up some imports

The next patch will be adding to these lists, so it's cleaner to fix them up
separately.

Differential Revision: https://phab.mercurial-scm.org/D1349
This commit is contained in:
Durham Goode 2017-11-09 10:28:53 -08:00
parent 707ab29ae4
commit 5553819f97

View File

@ -96,10 +96,18 @@ from remotefilelog.contentstore import (
from remotefilelog.metadatastore import (
unionmetadatastore,
)
from remotefilelog.datapack import datapackstore, mutabledatapack
from remotefilelog.historypack import historypackstore, mutablehistorypack
from remotefilelog.datapack import (
datapackstore,
mutabledatapack,
)
from remotefilelog.historypack import (
historypackstore,
mutablehistorypack,
)
from remotefilelog import shallowrepo, shallowutil, wirepack
from remotefilelog.repack import _runrepack
from remotefilelog.repack import (
_runrepack,
)
import cstore
import os