Browse Source

(pylint) import order

pull/237/head
Oliverpool 8 years ago
parent
commit
e56c626846
  1. 2
      patacrep/files.py

2
patacrep/files.py

@ -5,10 +5,10 @@ from functools import lru_cache
import logging
import os
import pkgutil
import posixpath
import re
import sys
from zipimport import zipimporter
import posixpath
from patacrep import utils
from patacrep import __DATADIR__

Loading…
Cancel
Save