This is an automated email from the ASF dual-hosted git repository.

seanfinan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ctakes.git


The following commit(s) were added to refs/heads/main by this push:
     new 0bc07a9  type system moved
0bc07a9 is described below

commit 0bc07a9c3dd1b47f47c5e86c14eb9ecbf407ffac
Author: Sean Finan <[email protected]>
AuthorDate: Wed Jan 25 13:10:49 2023 -0500

    type system moved
---
 ctakes-pbj/src/main/python/ctakes_pbj/type_system/type_system_loader.py | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/ctakes-pbj/src/main/python/ctakes_pbj/type_system/type_system_loader.py 
b/ctakes-pbj/src/main/python/ctakes_pbj/type_system/type_system_loader.py
index a8c9c09..6c38893 100644
--- a/ctakes-pbj/src/main/python/ctakes_pbj/type_system/type_system_loader.py
+++ b/ctakes-pbj/src/main/python/ctakes_pbj/type_system/type_system_loader.py
@@ -1,5 +1,4 @@
 import cassis
-# CTAKES_TYPE_SYSTEM = 
"ctakes-pbj/src/main/python/ctakes_pbj/type_system/TypeSystem.xml"
 XMI_INDICATOR = "xmlns:xmi"
 CTAKES_TYPE_SYSTEM = "resources/org/apache/ctakes/pbj/types/TypeSystem.xml"
 

Reply via email to