Skip to content

Commit 6586a25

Browse files
committed
Prettify merged commit.
1 parent 0b6887c commit 6586a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/poetry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function pyprojectTomlToRequirements() {
4444
const editableFlag = new RegExp(/^-e /gm);
4545
const sourceRequirements = path.join(this.servicePath, 'requirements.txt');
4646
const requirementsContents = fse.readFileSync(sourceRequirements, {
47-
encoding: "utf-8"
47+
encoding: 'utf-8',
4848
});
4949

5050
if (requirementsContents.match(editableFlag)) {

0 commit comments

Comments
 (0)