Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi committed Jul 29, 2019
1 parent ff4dceb commit 5253d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlenderUpdaterCLI.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'''

from colorama import init, Fore
from distutils.dir_util import copy_tree # pylint: disable=no-name-in-module,import-error
from distutils.dir_util import copy_tree
from progress.bar import IncrementalBar
import argparse
import configparser
Expand Down

0 comments on commit 5253d16

Please sign in to comment.