Skip to content

Commit 8200cf6

Browse files
author
Lukas Bindreiter
committed
Use single quotes
1 parent d5f406c commit 8200cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake8_isort.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
def _version():
1212
try:
13-
return get_distribution("flake8_isort").version
13+
return get_distribution('flake8_isort').version
1414
except DistributionNotFound:
15-
return "dev" # for local development if package is not installed yet
15+
return 'dev' # for local development if package is not installed yet
1616

1717

1818
class Flake8IsortBase:

0 commit comments

Comments
 (0)