Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6e2820d

Browse files
Code style (flake8)
1 parent 969e49d commit 6e2820d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testgres/cache.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ def cached_initdb(data_dir, logfile=None, params=None, os_ops: OsOperations = Lo
3232

3333
def make_utility_path(name):
3434
assert name is not None
35-
assert type(name) == str
35+
assert type(name) == str # noqa: E721
3636

3737
if bin_path:
3838
return os.path.join(bin_path, name)
39-
39+
4040
return get_bin_path2(os_ops, name)
4141

4242
def call_initdb(initdb_dir, log=logfile):

0 commit comments

Comments
 (0)