Skip to content

Commit e975f66

Browse files
committed
Add static typing for widgets
1 parent e660acd commit e975f66

File tree

2 files changed

+135
-134
lines changed

2 files changed

+135
-134
lines changed

src/diffuse/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ class LineEnding(IntFlag):
333333
334334
Values can be used as flags in bitwise operations.'''
335335

336+
NO_FORMAT = 0
336337
DOS_FORMAT = 1
337338
MAC_FORMAT = 2
338339
UNIX_FORMAT = 4

0 commit comments

Comments
 (0)