Skip to content

Commit e2d7bfe

Browse files
committed
Fixed styling issue.
1 parent 6eb7a24 commit e2d7bfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_rosette_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434

3535
_IsPy3 = sys.version_info[0] == 3
3636

37-
request_file_dir = os.path.join( os.path.dirname( __file__ ), '..' ) + "/mock-data/request/"
38-
response_file_dir = os.path.join( os.path.dirname( __file__ ), '..' ) + "/mock-data/response/"
37+
request_file_dir = os.path.join(os.path.dirname(__file__), '..') + "/mock-data/request/"
38+
response_file_dir = os.path.join(os.path.dirname(__file__), '..') + "/mock-data/response/"
3939

4040
# Define the regex pattern of file names. Example: eng-doc-categories.json
4141
filename_pattern = re.compile("(\w+-\w+-([a-z_-]+))[.]json")

0 commit comments

Comments
 (0)