Skip to content

Commit 7ff6a6d

Browse files
author
Dmytro Parfeniuk
committed
💄 imports sorting is provided
1 parent fafb657 commit 7ff6a6d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

utils/inject_build_props.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
from loguru import logger
2-
import toml
31
import os
4-
from datetime import datetime
52
import re
3+
from datetime import datetime
4+
5+
import toml
6+
from loguru import logger
67

78

89
def get_build_type():

0 commit comments

Comments
 (0)