Skip to content

Commit 62a3cc0

Browse files
committed
code review
1 parent 6903ff6 commit 62a3cc0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

generated/nidaqmx/_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def __getattr__(self, function):
120120
"""
121121

122122

123-
def get_encoding_from_locale():
123+
def get_encoding_from_locale() -> str:
124124
"""
125125
Gets the current locale encoding handling cases where it is unset.
126126
"""

tests/acceptance/test_internationalization.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import locale
21
import pathlib
32
from typing import Any, Dict, List, Optional, Union
43

0 commit comments

Comments
 (0)