Skip to content

Commit

Permalink
Fix import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Jun 16, 2018
1 parent af9dd95 commit 1a3829c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PyFunceble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
from PyFunceble.production import Production

CURRENT_DIRECTORY = getcwd() + directory_separator
VERSION = "0.81.7.dev-beta"
VERSION = "0.81.8.dev-beta"

CONFIGURATION_FILENAME = ".PyFunceble.yaml"

Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
from PyFunceble.clean import Clean
from PyFunceble.config import Version
from PyFunceble.directory_structure import DirectoryStructure
from PyFunceble.helpers import Dict, File, Regex, Command
from PyFunceble.helpers import Command, Dict, File, Regex


class Production(object): # pylint: disable=too-few-public-methods
Expand Down
2 changes: 1 addition & 1 deletion version.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
current_version: 0.81.7.dev-beta
current_version: 0.81.8.dev-beta
deprecated: [0.0.0, 0.0.1, 0.65.0, 0.67.1, 0.68.0, 0.69.3, 0.69.5, 0.70.4, 0.71.2,
0.72.7, 0.73.1, 0.74.5, 0.75.1, 0.76.2, 0.77.0, 0.78.0, 0.79.1, 0.80.9]
force_update:
Expand Down

0 comments on commit 1a3829c

Please sign in to comment.