Skip to content

Commit

Permalink
Merge pull request #933 from Tarrasch/refactor-hdfs-py-5
Browse files Browse the repository at this point in the history
hdfs.py refactoring: Clean up documentation
  • Loading branch information
Tarrasch committed May 5, 2015
2 parents 36caf25 + b950e81 commit a8febc0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions luigi/contrib/hdfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@
Currently (4th May) the :py:mod:`luigi.contrib.hdfs` module is under
reorganization. We recommend importing the reexports from
:py:mod:`luigi.contrib.hdfs` instead of the sub-modules, as we're not yet sure
how the final structure of the sub-modules will be yet. Eventually this module
how the final structure of the sub-modules will be. Eventually this module
will be empty and you'll have to import directly from the sub modules like
:py:mod:`luigi.contrib.hdfs.config`.
"""

# Here follows a series of deprecated imports that have been moved out there own files.

# config.py
from luigi.contrib.hdfs import config as hdfs_config
hdfs = hdfs_config.hdfs
Expand Down

0 comments on commit a8febc0

Please sign in to comment.