mirror of
https://codeberg.org/kazephil/Little_CAT_Helpers.git
synced 2023-08-25 14:05:45 +02:00
Remove unnecessary import.
This commit is contained in:
parent
6867f3720b
commit
6982d173c5
@ -30,7 +30,6 @@ Entries are considered duplicates if they have identical source and target terms
|
||||
###########################################################################
|
||||
|
||||
import csv
|
||||
from pathlib import Path
|
||||
|
||||
import common
|
||||
|
||||
@ -49,7 +48,7 @@ def get_glossary_settings():
|
||||
def set_base_glossary_path():
|
||||
'''Assign the default path for glossary files'''
|
||||
|
||||
configpath = Path(glossary_settings['configpath'])
|
||||
configpath = glossary_settings['configpath']
|
||||
base_glossary_path = common.set_basepath(configpath)
|
||||
|
||||
return base_glossary_path
|
||||
|
Loading…
Reference in New Issue
Block a user